Framework2020. 4. 10. 17:59

eclipse Maven 환경

pom.xml 을 열고 

 dependencies 탭에서 Add

spring-boot-devtools 를 찾아서 추가.

xml 에 잘 추가되어 있다.

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

src/main/resources 

application.properties 를 열고

spring.devtools.livereload.enabled=true

추가 설정 하면

끝!

 

Posted by 비니미니파