update: DB 연결 설정

This commit is contained in:
UNGGU0704 2025-06-12 09:42:41 +09:00
parent a846987fa8
commit b7c279b633
6 changed files with 6 additions and 7 deletions

View File

@ -6,7 +6,7 @@ spring:
name: analytics-service name: analytics-service
datasource: datasource:
url: ${ANALYTICS_DB_URL:jdbc:postgresql://localhost:5432/hiorder_analytics} url: ${ANALYTICS_DB_URL:jdbc:postgresql://20.249.145.163:5432/hiorder_analytics}
username: ${ANALYTICS_DB_USERNAME:hiorder_user} username: ${ANALYTICS_DB_USERNAME:hiorder_user}
password: ${ANALYTICS_DB_PASSWORD:hiorder_pass} password: ${ANALYTICS_DB_PASSWORD:hiorder_pass}
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver

3
gradlew.bat vendored
View File

@ -5,8 +5,7 @@
@rem you may not use this file except in compliance with the License. @rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at @rem You may obtain a copy of the License at
@rem @rem
@rem https://www.apache.org/licenses/LICENSE-2.0 rem https://www.apache.org/licenses/LICENSE-2.0@rem
@rem
@rem Unless required by applicable law or agreed to in writing, software @rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS, @rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View File

@ -6,7 +6,7 @@ spring:
name: member-service name: member-service
datasource: datasource:
url: ${MEMBER_DB_URL:jdbc:postgresql://localhost:5432/hiorder_member} url: ${MEMBER_DB_URL:jdbc:postgresql://20.249.68.157:5432/hiorder_member}
username: ${MEMBER_DB_USERNAME:hiorder_user} username: ${MEMBER_DB_USERNAME:hiorder_user}
password: ${MEMBER_DB_PASSWORD:hiorder_pass} password: ${MEMBER_DB_PASSWORD:hiorder_pass}
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver

View File

@ -6,7 +6,7 @@ spring:
name: recommend-service name: recommend-service
datasource: datasource:
url: ${RECOMMEND_DB_URL:jdbc:postgresql://localhost:5432/hiorder_recommend} url: ${RECOMMEND_DB_URL:jdbc:postgresql://20.214.97.100:5432/hiorder_recommend}
username: ${RECOMMEND_DB_USERNAME:hiorder_user} username: ${RECOMMEND_DB_USERNAME:hiorder_user}
password: ${RECOMMEND_DB_PASSWORD:hiorder_pass} password: ${RECOMMEND_DB_PASSWORD:hiorder_pass}
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver

View File

@ -6,7 +6,7 @@ spring:
name: review-service name: review-service
datasource: datasource:
url: ${REVIEW_DB_URL:jdbc:postgresql://localhost:5432/hiorder_review} url: ${REVIEW_DB_URL:jdbc:postgresql://4.230.146.163:5432/hiorder_review}
username: ${REVIEW_DB_USERNAME:hiorder_user} username: ${REVIEW_DB_USERNAME:hiorder_user}
password: ${REVIEW_DB_PASSWORD:hiorder_pass} password: ${REVIEW_DB_PASSWORD:hiorder_pass}
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver

View File

@ -6,7 +6,7 @@ spring:
name: store-service name: store-service
datasource: datasource:
url: ${STORE_DB_URL:jdbc:postgresql://localhost:5432/hiorder_store} url: ${STORE_DB_URL:jdbc:postgresql://20.249.207.74:5432/hiorder_store}
username: ${STORE_DB_USERNAME:hiorder_user} username: ${STORE_DB_USERNAME:hiorder_user}
password: ${STORE_DB_PASSWORD:hiorder_pass} password: ${STORE_DB_PASSWORD:hiorder_pass}
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver