init project

This commit is contained in:
2021-07-08 18:02:26 +08:00
commit 10e056aa44
380 changed files with 28364 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
info:
name: "@project.name@"
description: "@project.description@"
version: "@project.version@"
spring:
application:
name: lis-platform-upms
profiles:
active: @profileActive@
cloud:
config:
enabled: @spring.cloud.config.enabled@
label: ${spring.profiles.active}
profile: ${spring.profiles.active}
uri: @spring.cloud.config.uri@
discovery:
enabled: false
service-id: wms-center-config
username: @spring.security.user.name@
password: @spring.security.user.password@