临时人员
This commit is contained in:
parent
9dc86c341f
commit
efaa03952e
|
|
@ -4,6 +4,10 @@ server:
|
||||||
|
|
||||||
# Spring
|
# Spring
|
||||||
spring:
|
spring:
|
||||||
|
servlet:
|
||||||
|
multipart:
|
||||||
|
max-file-size: -1
|
||||||
|
max-request-size: -1
|
||||||
application:
|
application:
|
||||||
# 应用名称
|
# 应用名称
|
||||||
name: bonus-app
|
name: bonus-app
|
||||||
|
|
@ -13,7 +17,7 @@ spring:
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
username: nacos
|
username: nacos
|
||||||
password: Jjsp@nacos2023
|
password: nacos
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 127.0.0.1:8848
|
server-addr: 127.0.0.1:8848
|
||||||
|
|
@ -27,3 +31,13 @@ spring:
|
||||||
# 共享配置
|
# 共享配置
|
||||||
shared-configs:
|
shared-configs:
|
||||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||||
|
logging:
|
||||||
|
config: classpath:logback.xml
|
||||||
|
log:
|
||||||
|
level:
|
||||||
|
root: info
|
||||||
|
my: debug
|
||||||
|
file: logs/sys-back.log
|
||||||
|
maxsize: 30MB
|
||||||
|
face:
|
||||||
|
path: http://192.168.0.14:18017/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue