We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16735ac commit c8a3382Copy full SHA for c8a3382
src/main/resources/application.yml
@@ -1,14 +1,12 @@
1
spring:
2
application:
3
- name: dormung-app
4
- profiles:
5
- active: ${SPRING_PROFILES_ACTIVE:local}
+ name: dormung-springboot
6
7
# Database
8
datasource:
9
- url: ${SPRING_DATASOURCE_URL:jdbc:mysql://localhost:3306/jeju_audio_guide?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul}
+ url: "jdbc:mysql://localhost:3306/jeju_audio_guide?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul"
10
username: ${SPRING_DATASOURCE_USERNAME}
11
- password: ${SPRING_DATASOURCE_PASSWORD}
+ password: ${MYSQL_ROOT_PASSWORD}
12
driver-class-name: com.mysql.cj.jdbc.Driver
13
14
# JPA/Hibernate
0 commit comments