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 5cfb442 commit a2656e0Copy full SHA for a2656e0
โ.gitignore
@@ -71,6 +71,7 @@ override.tf.json
71
72
### ๋์ปค ์ปดํฌ์ฆ ํ์ผ
73
docker-compose.yml
74
+docker-compose.yaml
75
76
### dbํ์ผ
77
db/
โsrc/main/resources/application-dev.yml
@@ -2,7 +2,7 @@ spring:
2
datasource:
3
url: jdbc:mysql://localhost:3306/cmf_db
4
username: root
5
- password: cmfgogo!!1236
+ password: root123414
6
driver-class-name: com.mysql.cj.jdbc.Driver
7
jpa:
8
open-in-view: false
0 commit comments