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

sync code from master

This commit is contained in:
flystar32
2019-04-17 00:20:28 +08:00
parent 24ec156dc6
commit a0775255c9
66 changed files with 427 additions and 335 deletions

View File

@@ -0,0 +1,9 @@
spring.application.name=order-service
server.port=18083
mysql.server.ip=127.0.0.1
mysql.server.port=3306
mysql.db.name=demo
mysql.user.name=root
mysql.user.password=123456