We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb4785 commit f7fc4a9Copy full SHA for f7fc4a9
repository/src/main/resources/application.yaml
@@ -1,12 +1,13 @@
1
2
spring:
3
datasource:
4
+ url: ${DB_URL}
5
+ username: ${DB_USERNAME}
6
+ password: ${DB_PASSWORD}
7
driver-class-name: com.mysql.cj.jdbc.Driver
- url: "jdbc:mysql://localhost:3306/problem"
- username: root
- password: "!qotjrdyd1"
8
9
jpa:
10
+ database-platform: org.hibernate.dialect.MySQL8Dialect
11
show-sql: true
12
hibernate:
13
ddl-auto: update
0 commit comments