|
|
@ -1,5 +1,7 @@
|
|
|
|
server:
|
|
|
|
server:
|
|
|
|
port: 8088
|
|
|
|
port: 8088
|
|
|
|
|
|
|
|
servlet:
|
|
|
|
|
|
|
|
context-path: /example
|
|
|
|
|
|
|
|
|
|
|
|
spring:
|
|
|
|
spring:
|
|
|
|
profiles:
|
|
|
|
profiles:
|
|
|
@ -13,5 +15,5 @@ spring:
|
|
|
|
url: https://oapi.dingtalk.com/robot/send?access_token=
|
|
|
|
url: https://oapi.dingtalk.com/robot/send?access_token=
|
|
|
|
token: 4a582a588a161d6e3a1bd1de7eea9ee9f562cdfcbe56b6e72029e7fd512b2eae
|
|
|
|
token: 4a582a588a161d6e3a1bd1de7eea9ee9f562cdfcbe56b6e72029e7fd512b2eae
|
|
|
|
server-addr: http://localhost:6691
|
|
|
|
server-addr: http://localhost:6691
|
|
|
|
namespace: common
|
|
|
|
namespace: prescription
|
|
|
|
item-id: message-center
|
|
|
|
item-id: ${spring.application.name}
|
|
|
|