临时人员
This commit is contained in:
parent
9dc86c341f
commit
efaa03952e
|
|
@ -3,7 +3,11 @@ server:
|
|||
port: 18089
|
||||
|
||||
# Spring
|
||||
spring:
|
||||
spring:
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: -1
|
||||
max-request-size: -1
|
||||
application:
|
||||
# 应用名称
|
||||
name: bonus-app
|
||||
|
|
@ -13,7 +17,7 @@ spring:
|
|||
cloud:
|
||||
nacos:
|
||||
username: nacos
|
||||
password: Jjsp@nacos2023
|
||||
password: nacos
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: 127.0.0.1:8848
|
||||
|
|
@ -27,3 +31,13 @@ spring:
|
|||
# 共享配置
|
||||
shared-configs:
|
||||
- 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