File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11spring :
22 datasource :
3- url : jdbc:mysql://${DB_HOST} :3306/${DB_NAME }?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul
4- username : ${DB_USERNAME}
5- password : ${DB_PASSWORD}
3+ url : " jdbc:mysql://mysql_1 :3306/${SPRING__DATASOURCE__URL___DB_NAME }?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul"
4+ username : lldjlocal
5+ password : 1234
66 driver-class-name : com.mysql.cj.jdbc.Driver
77
88 jpa :
99 hibernate :
10- ddl-auto : validate
10+ ddl-auto : update
1111 properties :
1212 hibernate :
1313 dialect : org.hibernate.dialect.MySQL8Dialect
1414
1515 data :
1616 redis :
17- host : ${REDIS_HOST:localhost}
18- port : ${REDIS_PORT:6379 }
17+ host : redis_1
18+ password : ${SPRING__DATA__REDIS__PASSWORD }
1919
2020jwt :
2121 secret : ${JWT_SECRET}
You can’t perform that action at this time.
0 commit comments