mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
9 lines
175 B
INI
9 lines
175 B
INI
spring.application.name=account-service
|
|
server.port=18084
|
|
|
|
mysql.server.ip=127.0.0.1
|
|
mysql.server.port=3306
|
|
mysql.db.name=demo
|
|
|
|
mysql.user.name=root
|
|
mysql.user.password=123456 |