|
|
@ -58,7 +58,7 @@ spring:
|
|
|
|
|
|
|
|
|
|
|
|
jpa:
|
|
|
|
jpa:
|
|
|
|
database-platform: org.hibernate.dialect.MariaDB103Dialect
|
|
|
|
database-platform: org.hibernate.dialect.MariaDB103Dialect
|
|
|
|
show-sql: true
|
|
|
|
# show-sql: true
|
|
|
|
# generate-ddl: true #TODO: 필요 시 주석해제. generate-ddl를 true 설정 시 ddl-auto의 설정값과 무관하게 DDL 스크립트 실행
|
|
|
|
# generate-ddl: true #TODO: 필요 시 주석해제. generate-ddl를 true 설정 시 ddl-auto의 설정값과 무관하게 DDL 스크립트 실행
|
|
|
|
hibernate:
|
|
|
|
hibernate:
|
|
|
|
ddl-auto: none
|
|
|
|
ddl-auto: none
|
|
|
@ -67,8 +67,8 @@ spring:
|
|
|
|
physical-strategy: org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
|
|
|
|
physical-strategy: org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|
hibernate:
|
|
|
|
hibernate:
|
|
|
|
format_sql: true
|
|
|
|
# format_sql: true
|
|
|
|
use_sql_comments: true
|
|
|
|
# use_sql_comments: true
|
|
|
|
order_inserts: true
|
|
|
|
order_inserts: true
|
|
|
|
order_updates: true
|
|
|
|
order_updates: true
|
|
|
|
jdbc:
|
|
|
|
jdbc:
|
|
|
|