init project
This commit is contained in:
20
6.program/wms-upms/src/main/resources/bootstrap.yml
Normal file
20
6.program/wms-upms/src/main/resources/bootstrap.yml
Normal 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@
|
||||
Reference in New Issue
Block a user