백엔드 개발/Spring&JPA

1. 해당 프로젝트 경로로 간다. 2. './gradlew build' 명령어 실행 3. cd build/libs 4. 'java -jar 〰️〰️〰️SNAPSHOT.jar' 실행
Spring Boot DevTools는 소스 변경이 발생할 때마다 빠르게 자동 빌드해줘서 바로바로 반영 결과를 확인할 수 있도록 도와주는 유용한 툴이다. 라이브러리 사용하기 1. build.gradle 의존성 추가 dependencies { ... developmentOnly 'org.springframework.boot:spring-boot-devtools' } 코끼리 모양 눌러서 라이브러리 적용 2. intellij 설정하기 1) pereferences > Build,Execution, Deployment > Compiler > 'Build project atomatically' 체크 2) pereferences > Advanced Settings > Compiler > 'Allow auto-make..
spring 소스코드 git 주소 Recompile
태기
'백엔드 개발/Spring&JPA' 카테고리의 글 목록 (3 Page)