๊ธฐํ
[ intelliJ ] ์๋ฒ ์ฌ๊ฐ๋์์ด ์๋ก๊ณ ์นจ ํ ์ฝ๋ ์ค์๊ฐ ๋ฐ์
PYT
2021. 12. 22. 14:18
๋ฐ์ํ
1. gradle์ Dependencies ์ถ๊ฐ
developmentOnly("org.springframework.boot:spring-boot-devtools")
2. application.yml ์ ์์ฑ๊ฐ ์ค์
spring:
devtools:
livereload:
enabled: true
restart:
enabled: true
thymeleaf:
cache: false
3. IntelliJ IDEA -> Preferences (๋จ์ถํค Cmd + , ) -> Build, Execution, Deployment -> Compiler์์ 'Build Project automatically' ์ ์ฒดํฌ
๊ทธ๋ผ intelliJ์์ ์๋ฒ๋ฅผ ์ฌ๊ฐ๋ํ์ง ์๊ณ ๋ ์๋ก๊ณ ์นจ ๋ง์ผ๋ก ์์ ์ฌํญ์ ๊ธ๋ฐฉ ํ์ธํ ์ ์๋ค.
๋ฐ์ํ