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 e04b6d8 commit e0d6dc9Copy full SHA for e0d6dc9
src/main/resources/application.yml
@@ -3,15 +3,17 @@ spring:
3
include: secret
4
5
datasource:
6
- url: ${mysql.url}
7
- username: ${mysql.username}
8
- password: ${mysql.password}
+ url: ${aws-mysql.url}
+ username: ${aws-mysql.username}
+ password: ${aws-mysql.password}
9
driver-class-name: com.mysql.cj.jdbc.Driver
10
11
jpa:
12
+ database-platform: org.hibernate.dialect.MySQL8Dialect
13
hibernate:
14
ddl-auto: create
15
16
+
17
security:
18
oauth2:
19
client:
0 commit comments