ludu-cloud/order/order-application/src/main/resources/application.yaml

13 lines
150 B
YAML
Raw Normal View History

2019-02-23 00:41:24 +08:00
spring:
application:
name: order-application
# server
server:
2019-04-10 20:48:35 +08:00
port: 18088
servlet:
context-path: /order-api/
2019-05-11 09:14:48 +08:00
swagger:
enable: false