Merge pull request #48 from Development-team-1/개발_운영서버설정_분리
refactor(services): 개발 , 운영 설정 분리
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user