[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