Skip to content

Commit

Permalink
build : DDL none으로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
mjj111 authored Jun 10, 2024
1 parent e57e65a commit df53690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring:
jpa:
show_sql: true
hibernate:
ddl-auto: create
ddl-auto: none
naming:
implicit-strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
Expand All @@ -19,4 +19,4 @@ websocket:
port: 8080
endpoint: /ws
topic: /room
request: /chat
request: /chat

0 comments on commit df53690

Please sign in to comment.