10 lines
183 B
Properties
10 lines
183 B
Properties
|
spring.application.name=qa-prevention-wlaq
|
||
|
server.port=7062
|
||
|
|
||
|
#开发
|
||
|
spring.profiles.active=dev
|
||
|
##测试(运维)
|
||
|
#spring.profiles.active=test
|
||
|
##正式
|
||
|
#spring.profiles.active=pro
|