Skip to content

Commit

Permalink
fix: yml 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
min9yu98 committed Aug 22, 2023
1 parent 32a13ee commit 7fb370a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring:
maxRequestSize: 10MB
jpa:
hibernate:
ddl-auto: create-drop
ddl-auto: validate
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
properties:
Expand All @@ -18,8 +18,8 @@ spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/hustle?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
username: mingyu
password: mingyu98
username: root
password: root

### spring security ###
security:
Expand Down

0 comments on commit 7fb370a

Please sign in to comment.