목록yml (2)
Dev JS Blog
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cPIrQP/btr1dlJCnIa/65g9vEIdFDdKrdfDnWGrF0/img.png)
오랜만에 포스팅이다. 나름 쪼렙 시절(지금도 쪼렙)에 포스팅을 좀 하다가 귀찮아서 버려진 블로그인데... 아직도 간간히 검색해서 들어오는 방문자들이 많은걸 보며 공부겸? 공유겸? 스프링 밑바닥 부터 시작해보기!! (작심삼일 이겠지만) 기본 환경 Spring Boot : 3.0.3 Java : 17 Java 17 사용 이유? Spring Boot 3 이상은 17 을 지원하며 17 이상만 가능하기 때문이다. 17을 한번도 사용해보지 않았지만 얼마나 이 프로젝트를 가지고 놀진 모르겠지만 미래를 위해서도 3버전에 17로 구성을 좋겠다고 판단하였다. (현 시점) 공부 중인 학생이라면 Boot 2 버전대에 Java 11 버전대를 공부하는 것도 괜찮다. 초기 Gradle 세팅 - Lombok - Devtools - ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/GUZux/btqVqG66Rqx/wADFJK0BQgoDjAB0AgItvk/img.png)
Spring Boot 에 application.properties 은 다르게도 쓸수있다. https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#mapping-yaml-to-properties Spring Boot Features Graceful shutdown is supported with all four embedded web servers (Jetty, Reactor Netty, Tomcat, and Undertow) and with both reactive and Servlet-based web applications. It occurs as part of closing the applicat..