2019-02-23 00:41:24 +08:00
|
|
|
spring:
|
|
|
|
application:
|
|
|
|
name: order-application
|
2019-05-15 20:01:30 +08:00
|
|
|
cloud:
|
|
|
|
sentinel:
|
|
|
|
transport:
|
|
|
|
port: 8719
|
|
|
|
dashboard: localhost:12088
|
|
|
|
metric:
|
|
|
|
charset: UTF-8
|
|
|
|
eager: false
|
2019-02-23 00:41:24 +08:00
|
|
|
|
|
|
|
# server
|
|
|
|
server:
|
2019-04-10 20:48:35 +08:00
|
|
|
port: 18088
|
2019-03-17 17:05:01 +08:00
|
|
|
servlet:
|
|
|
|
context-path: /order-api/
|
2019-05-11 09:14:48 +08:00
|
|
|
|
|
|
|
swagger:
|
2019-05-14 00:12:09 +08:00
|
|
|
enable: false
|