728x90
[프로젝트 Open시 Root 파악하여 Open]
=> 프로젝트의 Root는 어떤 폴더인가요?
ex) 아래 사진과 같이 2022 폴더 내에 app, web폴더가 있을 시 web 폴더를 기준으로 프로젝트 Open
[멀티 모듈? 설정]
1. 로그 에러
2. settings.gradle 프로젝트 절대경로 변경
for (project in rootProject.children) {
project.projectDir = file("프로젝트 절대경로/${project.name}/src")
}
3. 경로 에러
4. Gradle Reload
[Tomcat Server]
Run > Edit Configurations
Main Module 중 exploded 없는 거
[관리자 설정 이슈 (KOE006)]
application.properties
키 값
개발자 도구
[Spring Boot Standalone]
[컴퓨터 사양]
RAM 32G 이상
H/W i7 이상
'두두의 IT > Spring' 카테고리의 다른 글
Spring Boot Mapper & Dao Annotation (0) | 2022.05.25 |
---|---|
Spring Boot Service Annotation (0) | 2022.05.23 |
Spring Boot Main Annotation (0) | 2022.05.23 |
Spring Boot Git Open Source (0) | 2022.05.20 |
Spring Boot 지원 Interface & Class (0) | 2022.05.17 |