Skip to content

Commit 0cdc1e6

Browse files
committed
Test
1 parent 14e7a5c commit 0cdc1e6

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
server:
2-
port: 8090
3-
timezone: Asia/Seoul
4-
spring:
5-
config:
6-
import: application-secret.yml
7-
output:
8-
ansi:
9-
enabled: ALWAYS
10-
profiles:
11-
active: dev
12-
include: secret
13-
datasource:
14-
url: jdbc:mysql://localhost:3306/cmf_db?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Seoul
15-
username: root
16-
password: cmfgogo!!1236
17-
driver-class-name: com.mysql.cj.jdbc.Driver
18-
jpa:
19-
open-in-view: false
20-
hibernate:
21-
ddl-auto: update
1+
#server:
2+
# port: 8090
3+
# timezone: Asia/Seoul
4+
#spring:
5+
# config:
6+
# import: application-secret.yml
7+
# output:
8+
# ansi:
9+
# enabled: ALWAYS
10+
# profiles:
11+
# active: dev
12+
# include: secret
13+
# datasource:
14+
# url: jdbc:mysql://localhost:3306/cmf_db?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Seoul
15+
# username: root
16+
# password: cmfgogo!!1236
17+
# driver-class-name: com.mysql.cj.jdbc.Driver
18+
# jpa:
19+
# open-in-view: false
20+
# hibernate:
21+
# ddl-auto: update

0 commit comments

Comments
ย (0)