13 lines
398 B
Properties
Raw Normal View History

2019-06-12 14:20:00 +08:00
2019-06-24 18:24:16 +08:00
spring.application.name=gateway
dubbo.scan.base-packages=cn.ecpark.service.usergw.impl
dubbo.protocol.name=dubbo
dubbo.protocol.port=20999
2019-06-24 18:24:16 +08:00
dubbo.registry.address=zookeeper://127.0.0.1:2181
2019-07-01 18:30:03 +08:00
dubbo.config-center.address=zookeeper://127.0.0.1:2181
dubbo.metadata-report.address=zookeeper://127.0.0.1:2181
2019-06-24 18:24:16 +08:00
server.port=8888
2019-06-28 18:52:20 +08:00
2019-07-01 18:30:03 +08:00
# logging.level.org.springframework.cloud.gateway=debug
2019-07-03 18:43:12 +08:00
logging.file=logs/log