Initial commit

This commit is contained in:
jooho
2021-10-20 17:12:00 +09:00
parent 0c884beff8
commit 8caa4bbc5a
487 changed files with 44198 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
server:
port: 8888
spring:
application:
name: config-service
profiles:
active: native # native file repository
cloud:
config:
server:
native:
search-locations: file://${user.home}/workspace/egovframe-msa-edu/config
rabbitmq:
host: localhost
port: 5672
username: guest
password: guest
# config server actuator
management:
endpoints:
web:
exposure:
include: busrefresh