Files
SOP/sop-gateway/src/main/resources/application-dev.properties
tanghc eecbce1e4d 4.2.2
2020-12-03 09:20:00 +08:00

12 lines
243 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 更多配置META-INF/gateway.properties
server.port=8081
# mysql数据库配置
mysql.host=localhost:3306
mysql.username=root
mysql.password=root
# nacos注册中心地址
register.url=127.0.0.1:8848
logging.level.com.gitee=debug