728x90
https://jyj98020.tistory.com/130
새로 프로젝트 만들어야 해서 내꺼 보고 따라했는데,,
새로운 오류가 나오네?
.
.
.
No active profile set, falling back to 1 default profile: "default"
Process finished with exit code 0
처음에 첫번째 줄 "default" 오류인줄 알고 application.properties에 active 추가하고 그랬는데,,,
범인은 Process finished with exit code 0이었다
참나,,
build.gradle에 아래 코드 추가해주면 된당!
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
}
간-단
'두두의 IT > Trouble Shooting' 카테고리의 다른 글
[IntelliJ] Enable annotation processing (0) | 2022.10.13 |
---|---|
IntelliJ + Spring Boot + Postgresql 오류 (0) | 2022.06.29 |
IntelliJ + Spring Boot + Maven QClass 오류 해결 (0) | 2022.06.27 |
IntelliJ에서 xxx.jsp 직접 실행 오류 (0) | 2022.05.09 |
Tomcat v8_log 한글 깨짐 해결 (0) | 2022.05.09 |