Skip to content

Commit

Permalink
feat: modify workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eple0329 committed Aug 2, 2024
1 parent 20fe765 commit 01ad827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:
url: ${{ secrets.MYSQL_URL }}
driver-class-name: com.mysql.cj.jdbc.Driver
username: ${{ secrets.MYSQL_USERNAME }}
password: ${{ secrets.MYSQL_PASSWORD}
password: ${{ secrets.MYSQL_PASSWORD }}
jpa:
hibernate:
ddl-auto: update
Expand Down

0 comments on commit 01ad827

Please sign in to comment.