Replies: 2 comments 2 replies
-
|
예시로 maven 코드도 보여주셨군요 ... 에러 해결 방법까지 👍🏽 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
해당 내용은 build 에서 오류가 많이나서 java 21 version 으로 변경했습니다. (openjdk-21) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
spring-boot-devtools 라이브러리 추가하기
spring-boot-devtools 공식문서
spring-boot-devtools 라이브러리를 추가하면, html 파일을 컴퍄일만 해주면 서버 재시작없이 View 파일 변경이 가능하다고 한다.
*gradle 에 추가시
에러종류
netstat -a -o로 PID 를 확인 후,taskkill /f /pid pid번호를 넣어주면 성공적으로 프로세스가 종료된다.Gradle을 reload 했을때 Gradle JVM : Project SDK 17 버전이 에러가 나지 않았다. 앱을 실행해보니 프로젝트가 잘 돌아가서 고정해두었다.
Beta Was this translation helpful? Give feedback.
All reactions