일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- string
- 앱
- 폰트
- 이클립스
- EAS
- 자바스크립트
- sts
- 시놀로지
- expo
- thymeleaf
- 배포
- sql
- Navigation
- yml
- 안드로이드
- Java
- Android
- sqlite
- 스프링
- YAML
- react
- DB
- 로또
- sdk
- 시큐리티
- Admob
- spring
- mysql
- springboot
- Native
- Today
- Total
목록YAML (2)
Dev JS Blog
오랜만에 포스팅이다. 나름 쪼렙 시절(지금도 쪼렙)에 포스팅을 좀 하다가 귀찮아서 버려진 블로그인데... 아직도 간간히 검색해서 들어오는 방문자들이 많은걸 보며 공부겸? 공유겸? 스프링 밑바닥 부터 시작해보기!! (작심삼일 이겠지만) 기본 환경 Spring Boot : 3.0.3 Java : 17 Java 17 사용 이유? Spring Boot 3 이상은 17 을 지원하며 17 이상만 가능하기 때문이다. 17을 한번도 사용해보지 않았지만 얼마나 이 프로젝트를 가지고 놀진 모르겠지만 미래를 위해서도 3버전에 17로 구성을 좋겠다고 판단하였다. (현 시점) 공부 중인 학생이라면 Boot 2 버전대에 Java 11 버전대를 공부하는 것도 괜찮다. 초기 Gradle 세팅 - Lombok - Devtools - ..
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..