refactor: user 신규 계정 설정

This commit is contained in:
dongHyo
2022-05-02 15:02:05 +09:00
parent bf531c59e6
commit b50babe5dc
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
spring:
datasource:
url: jdbc:mysql://localhost:3306/ticketing?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
username: root
password: 12345678
username: ticketing
password: ticketing
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:

View File

@@ -1,8 +1,8 @@
spring:
datasource:
url: jdbc:mysql://localhost:3306/ticketing_test?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
username: root
password: 12345678
username: ticketing
password: ticketing
driver-class-name: com.mysql.cj.jdbc.Driver
jpa: