Skip to content

Commit f7fc4a9

Browse files
committed
feat : cicd test
1 parent 8fb4785 commit f7fc4a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

repository/src/main/resources/application.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11

22
spring:
33
datasource:
4+
url: ${DB_URL}
5+
username: ${DB_USERNAME}
6+
password: ${DB_PASSWORD}
47
driver-class-name: com.mysql.cj.jdbc.Driver
5-
url: "jdbc:mysql://localhost:3306/problem"
6-
username: root
7-
password: "!qotjrdyd1"
88

99
jpa:
10+
database-platform: org.hibernate.dialect.MySQL8Dialect
1011
show-sql: true
1112
hibernate:
1213
ddl-auto: update

0 commit comments

Comments
 (0)