Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bb2002 authored May 13, 2024
1 parent 2222a17 commit caa4020
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: "jdbc:mysql://localhost:3306/ballbot?autoReconnect=true&useUnicode=true&serverTimezone=Asia/Seoul&characterEncoding=utf8"
username: ballbot
password: ballbot3451
url: "jdbc:mysql://localhost:3306/happy?autoReconnect=true&useUnicode=true&serverTimezone=Asia/Seoul&characterEncoding=utf8"
username: root
password: Ballbot3451!
jpa:
database: mysql
hibernate:
ddl-auto: update
show_sql: true
show_sql: true

0 comments on commit caa4020

Please sign in to comment.