合并代码

This commit is contained in:
岳鹏磊
2019-05-31 17:54:40 +08:00
parent a80f324851
commit d008e92baa
15 changed files with 1091 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
spring:
application:
name: product-application
cloud:
sentinel:
transport:
port: 8719
dashboard: localhost:12088
metric:
charset: UTF-8
eager: false
# server
server:
port: 18081
servlet:
context-path: /product-api/
swagger:
enable: false
management:
endpoints:
web:
exposure:
include: health,info,env,metrics,prometheus
metrics:
enabled: true