Merge pull request #48 from Development-team-1/개발_운영서버설정_분리

refactor(services): 개발 , 운영 설정 분리
This commit is contained in:
Sangbum Park
2022-03-11 14:23:35 +09:00
committed by GitHub
10 changed files with 41 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ dependencies {
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
/*implementation 'org.springframework.boot:spring-boot-starter-amqp'*/
/*implementation 'org.springframework.boot:spring-boot-starter-security'*/
/*implementation 'org.springframework.cloud:spring-cloud-starter-config'*/
implementation 'org.springframework.cloud:spring-cloud-starter-config'
implementation 'org.springframework.kafka:spring-kafka'
// https://mvnrepository.com/artifact/com.github.gavlyukovskiy/p6spy-spring-boot-starter
implementation 'com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.8.0'

View File

@@ -4,6 +4,11 @@ server:
spring:
application:
name: order-servcie
config:
import: optional:configserver:http://127.0.0.1:8888
cloud:
config:
name: service
jpa:
hibernate: