1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00
2019-09-26 17:15:43 +08:00

10 lines
176 B
INI

spring.application.name=storage-service
server.port=18082
mysql.server.ip=127.0.0.1
mysql.server.port=3306
mysql.db.name=demo
mysql.user.name=root
mysql.user.password=123456