Skip to content

Commit

Permalink
Merge pull request #181 from Kek-i/feature/1-infra-create-maindb
Browse files Browse the repository at this point in the history
[feature/1-infra-create-maindb] main db 생성
  • Loading branch information
chaerlo127 authored Mar 14, 2023
2 parents 0e36b76 + 500812f commit e2e7095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring.datasource.url=ENC(QVtJzf0ma6ezFeLnnMinc6u876XqLyC0uA3/Rb0vwCvFaX/JkJTAP9/xvrH8zL8gKGmO42xn9ZEyp/YofEUOIvfqSKatbh3AvcjFS/z1u/u2vQ7cPh5xGe4CFXtAT6j72A7PGDu8/hsXIhCRC3XIjAMCBd3V6gH799O0oHXSZLGGBWiLa5AVLA==)
spring.datasource.url=ENC(Mkow1jWjt03sCi8biAWWbfjlJLqOdyoH70kxDUPZ3ALYGa7dMekfEn5CgCVUKNB6Br8kInl5VSmRUCVKMBkeRheT4sEgNVur5wXustQ+Atl2xTE5Taai7cY+kiRIy/VkzoZqReZLwpUPde7X5h1CdCDpl4hsAPqZMGuiWVRYFVhMvdMmxNKkS7vj6zy0GWOi)
# jdbc:mysql://localhost:3306/bootex
spring.datasource.username=ENC(F0uI/i1kqKtf6I5ou3+HeTxgJCdtIpp/)
spring.datasource.password=ENC(Pl1QzM8ZJTIj0Sq/X/8DWSEaDVomFWNV)
spring.datasource.username=ENC(VZJgSgN3eRxC30j/i4GI0x5QChnR3lns)
spring.datasource.password=ENC(hP1B1HkIwqlm1ghvTVjYeD5p9FpU48Tt)
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.generate-ddl=false
Expand Down

0 comments on commit e2e7095

Please sign in to comment.