DB 접속 기본값 반영
@1d8b02d7070eb963ec789d85a5acc19526cc49f8
--- CHANGELOG_BOOT_JPA.md
+++ CHANGELOG_BOOT_JPA.md
... | ... | @@ -416,3 +416,9 @@ |
| 416 | 416 |
- `/Users/beom/Documents/intellij/cms/FoxeduBaseCMS/README.md` |
| 417 | 417 |
- Gradle/Boot3/Java21 기준으로 수정 |
| 418 | 418 |
- DB 연결 설정 내용은 유지 |
| 419 |
+ |
|
| 420 |
+## 추가 변경(22차) |
|
| 421 |
+ |
|
| 422 |
+### DB 설정 기본값 적용 |
|
| 423 |
+- `/Users/beom/Documents/intellij/cms/FoxeduBaseCMS/base/src/main/resources/application.yml` |
|
| 424 |
+ - datasource 기본값을 요청한 MariaDB 접속 정보로 변경 |
--- base/src/main/resources/application.yml
+++ base/src/main/resources/application.yml
... | ... | @@ -1,9 +1,9 @@ |
| 1 | 1 |
spring: |
| 2 | 2 |
datasource: |
| 3 |
- url: ${BASECMS_DB_URL:jdbc:mariadb://localhost:3306/base}
|
|
| 4 |
- username: ${BASECMS_DB_USER:root}
|
|
| 5 |
- password: ${BASECMS_DB_PASSWORD:}
|
|
| 6 |
- driver-class-name: org.mariadb.jdbc.Driver |
|
| 3 |
+ url: ${BASECMS_DB_URL:jdbc:log4jdbc:mariadb://gne.edueum.com:3316/base}
|
|
| 4 |
+ username: ${BASECMS_DB_USER:base_user}
|
|
| 5 |
+ password: ${BASECMS_DB_PASSWORD:base_pass}
|
|
| 6 |
+ driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy |
|
| 7 | 7 |
jpa: |
| 8 | 8 |
open-in-view: false |
| 9 | 9 |
hibernate: |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?