일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Exception
- JDBC
- Eclipse
- Tomcat
- AJAX
- Spring Boot
- error
- MySQL
- Source
- maven
- Thymeleaf
- Core Java
- STS
- SpringBoot
- git
- oracle
- jpa
- IntelliJ
- myBatis
- Open Source
- 문서
- spring
- Python
- PostgreSQL
- 오픈소스
- MSSQL
- 설정
- Docker
- ubuntu
- JavaScript
- Today
- Total
헤르메스 LIFE
[Spring Boot] Common Application properties 본문
Spring Boot의 버전에 따라 application properties 파일의 설정 경로가 약간 다르게 변했습니다.
확인 해봐야 합니다.
yml 설정을 properties 설정으로 또는 properties 설정을 yml 설정으로 변경하는 Util 페이지
Environment Variable Generator
env.simplestep.ca
Spring Boot 2.1.5 버전 ( https://docs.spring.io/spring-boot/docs/2.1.5.RELEASE/reference/html/common-application-properties.html )
Appendix A. Common application properties
Appendix A. Common application properties Various properties can be specified inside your application.properties file, inside your application.yml file, or as command line switches. This appendix provides a list of common Spring Boot properties and refer
docs.spring.io
Spring Boot 2.2.x 버전 이상 ( https://docs.spring.io/spring-boot/docs/2.2.0.RELEASE/reference/html/appendix-application-properties.html#common-application-properties )
Common Application properties
Various properties can be specified inside your application.properties file, inside your application.yml file, or as command line switches. This appendix provides a list of common Spring Boot properties and references to the underlying classes that consume
docs.spring.io
spring.jpa.properties.* 의 추가 적인 옵션 확인
https://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.html
Hibernate ORM 6.1.7.Final User Guide
Fetching, essentially, is the process of grabbing data from the database and making it available to the application. Tuning how an application does fetching is one of the biggest factors in determining how an application will perform. Fetching too much dat
docs.jboss.org
'Spring Boot Framework' 카테고리의 다른 글
[Spring Boot] Application.yml 설정 - SQL Script를 활용한 DB 초기화 (0) | 2023.03.05 |
---|---|
[Spring Boot] Spring Data JPA에서 GroupBy 처리하기 (0) | 2023.02.26 |
[Spring Boot] Application.yml 설정 - Hibernate – SQL Dialects (0) | 2023.02.26 |
[Spring Boot] Spring Boot에서 properties 값 주입받기 (0) | 2023.02.04 |
[Spring Boot] 개발환경 구축 - File Upload (0) | 2023.02.04 |