封装充值工具类配置类更改
parent
4439edfb4d
commit
5facd548b4
|
@ -1,6 +1,6 @@
|
||||||
# Tomcat
|
# Tomcat
|
||||||
server:
|
server:
|
||||||
port: 9090
|
port: 9001
|
||||||
|
|
||||||
# Spring
|
# Spring
|
||||||
spring:
|
spring:
|
||||||
|
@ -11,7 +11,7 @@ spring:
|
||||||
max-request-size: 128MB
|
max-request-size: 128MB
|
||||||
application:
|
application:
|
||||||
# 应用名称
|
# 应用名称
|
||||||
name: health-mybasicTwo
|
name: health-mybasic
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: dev
|
active: dev
|
||||||
|
|
Loading…
Reference in New Issue