We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddeade commit 679168fCopy full SHA for 679168f
1 file changed
src/main/resources/application-prod.yml
@@ -8,7 +8,7 @@ jwt:
8
9
spring:
10
config:
11
- import: 'aws-parameterstore:/config/gridgestagram_prod/'
+ import: aws-parameterstore:/config/gridgestagram_prod/
12
datasource:
13
driver-class-name: com.mysql.cj.jdbc.Driver
14
url: jdbc:mysql://${spring.datasource.host}:${spring.datasource.port}/gridgestagram?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&connectionCollation=utf8mb4_ko_0900_ai_ci&serverTimezone=Asia/Seoul
0 commit comments