Skip to content

Commit

Permalink
feat: sql comment 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
korECM committed Aug 7, 2022
1 parent 3dd74b2 commit 0d05c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spring:
properties:
hibernate:
format_sql: true
use_sql_comments: true
dialect: org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect
use_sql_comments: false
dialect: org.hibernate.spatial.dialect.mysql.MySQL8SpatialDialect
show-sql: true
hibernate:
ddl-auto: validate

0 comments on commit 0d05c62

Please sign in to comment.