增加子节点配置文件
This commit is contained in:
parent
9e7cf9e56a
commit
45e8aff702
|
|
@ -1,3 +1,5 @@
|
||||||
|
server:
|
||||||
|
port: 10587
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: cashierService
|
name: cashierService
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: hph
|
active: hph
|
||||||
server:
|
server:
|
||||||
port: 10587
|
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /cashier-client/
|
context-path: /cashier-client/
|
||||||
# 日志配置
|
# 日志配置
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue