# JPA table create and SQL logging.
spring.jpa.generate-ddl=true
spring.jpa.show-sql=true
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://{host}:{port}/{database}?useSSL=false&serverTimezone=UTC&characterEncoding=UTF-8
# entity - db name mapping strategy
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
spring.datasource.username={username}
spring.datasource.password={password}
spring.thymeleaf.enabled=true
spring.thymeleaf.prefix=classpath:/templates/main/
spring.thymeleaf.suffix=.html
server.port=8888
server.address=
server.error.pathh-
server.error.includeException=
YAML (application.yaml)
nhn:
student:
name: zbum