user maven 项目结构调整

ops 增加打包 build
admin application 增加 profile
This commit is contained in:
YunaiV
2019-03-09 00:50:19 +08:00
parent 9d46fdf3eb
commit 1c2acaa105
17 changed files with 57 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
spring:
boot:
admin:
client:
enabled: true
url: http://127.0.0.1:8080

View File

@@ -1,10 +1,6 @@
spring:
application:
name: admin-application
boot:
admin:
client:
url: http://127.0.0.1:8080
# server
server: