Skip to content

Commit

Permalink
Merge pull request #57 from HappyScrolls/feature
Browse files Browse the repository at this point in the history
fix:yml
  • Loading branch information
chs98412 authored Sep 10, 2023
2 parents 1d2bb3c + 60a6ea9 commit 3500b2e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spring:
hibernate:
show_sql: true
hibernate:
ddl-auto: create
ddl-auto: none
security:
oauth2:
client:
Expand All @@ -141,6 +141,7 @@ spring:

datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3300/hs
url: jdbc:mysql://localhost:3306/happyscrollslocal
username: root
password: 1234
password: Chlgurtns98!

0 comments on commit 3500b2e

Please sign in to comment.