프로그래밍/Spring

프로그래밍/Spring

[Spring] mac M1에서 Spring Boot 오류 - Unable to load io.netty.resolver.dns.macos

문제 배경 Spring Boot로 테스트를 돌리던 중 아래와 같은 에러가 발생했다. [in @coroutine#1] i.n.r.d.DnsServerAddressStreamProviders : Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java...

프로그래밍/Spring

[Spring] Spring Boot Live reload 설정 하기

Spring Boot 로 Kotlin - thymeleaf 개발을 하면서 HTML을 수정할 때마다 reload 하는게 귀찮아서 프로젝트에 live reload 설정을 추가했다. (배포나갈 때는 설정하면 안됨!) 무슨 코드가 수정되든 reload 되는데 서버 수정하면 너무 오래 걸리기 때문에 HTML 코드 수정할때만 켜놓는것을 추천하다. 1. IntelliJ에서 Live reload 설정하기 1. Preferences 진입(단축키: cmd + ,) 2. Build Tools > Gradle > Build and run using 설정을 IntelliJ IDEA로 설정 3. Advanced Settings > Allow auto-make to start even if developed application ..

@코린이
'프로그래밍/Spring' 카테고리의 글 목록