Skip to content

Commit a2656e0

Browse files
committed
fix: gitignore ์ˆ˜์ •
1 parent 5cfb442 commit a2656e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

โ€Ž.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ override.tf.json
7171

7272
### ๋„์ปค ์ปดํฌ์ฆˆ ํŒŒ์ผ
7373
docker-compose.yml
74+
docker-compose.yaml
7475

7576
### dbํŒŒ์ผ
7677
db/

โ€Žsrc/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spring:
22
datasource:
33
url: jdbc:mysql://localhost:3306/cmf_db
44
username: root
5-
password: cmfgogo!!1236
5+
password: root123414
66
driver-class-name: com.mysql.cj.jdbc.Driver
77
jpa:
88
open-in-view: false

0 commit comments

Comments
ย (0)