SpringBoot 잡다한 설정

구성욱·2022년 9월 25일
0

SpringBoot

목록 보기
2/3

※ Maven 기준 작성

개발 시 자동 Reload 설정

spring-boot-devtools

pom.xml

		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-devtools</artifactId>
			<optional>true</optional>
		</dependency>

application.properties

spring.devtools.livereload.enabled=true

IntelliJ
Setting > Build, Execution, Deployment > Compiler
Build Project automatically 체크

출처

profile
아무것도 몰라요우

0개의 댓글