记得上下班打卡 | git大法好,push需谨慎

Commit 67c3f04e authored by anjiabin's avatar anjiabin

提交admin-web配置

parent 02501cb4
......@@ -16,10 +16,10 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口,默认为80
port: 80
port: ${liquidnet.info.port}
servlet:
# 应用的访问路径
context-path: /
context-path: ${liquidnet.info.context}
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8
......@@ -28,12 +28,24 @@ server:
# Tomcat启动初始化的线程数,默认值25
min-spare-threads: 30
# 日志配置
# 日志配置-------------------------------------------------------
logging:
# config: ${liquidnet.logfile.config}
file:
name: ${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
max-size: 200MB
pattern:
file: '%d{yyyy-MM-dd HH:mm:ss.SSS} [ %-5level] %thread [%logger{96}:%line] - %msg%n'
console: '%d{yyyy-MM-dd HH:mm:ss.SSS} [ %-5level] %thread [%logger{96}:%line] - %msg%n'
rolling-file-name: ${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level:
root: info
#以下是为指定包设置日志级别
com.liquidnet.client.admin: debug
org.springframework: warn
# -----------------------------------------------------------
# 用户配置
user:
password:
......
......@@ -7,6 +7,12 @@ liquidnet:
logfile:
path: ./logs
name: client-admin-web
config: classpath:logback-spring.xml
file-max-size: 200MB
pattern-file: '%d{yyyy-MM-dd HH:mm:ss.SSS} [ %-5level] %thread [%logger{96}:%line] - %msg%n'
pattern-console: '%d{yyyy-MM-dd HH:mm:ss.SSS} [ %-5level] %thread [%logger{96}:%line] - %msg%n'
pattern-rolling-file-name: ${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level-root: info
mysql:
master:
urlHostAndPort: 39.106.122.201:3308
......
......@@ -7,6 +7,12 @@ liquidnet:
logfile:
path: ./logs
name: client-admin-web
config: classpath:logback-spring.xml
file-max-size: 200MB
pattern-file: '%d{yyyy-MM-dd HH:mm:ss.SSS} [ %-5level] %thread [%logger{96}:%line] - %msg%n'
pattern-console: '%d{yyyy-MM-dd HH:mm:ss.SSS} [ %-5level] %thread [%logger{96}:%line] - %msg%n'
pattern-rolling-file-name: ${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level-root: info
mysql:
master:
urlHostAndPort: 39.106.122.201:3308
......
......@@ -7,6 +7,12 @@ liquidnet:
logfile:
path: ./logs
name: client-admin-web
config: classpath:logback-spring.xml
file-max-size: 200MB
pattern-file: '%d{yyyy-MM-dd HH:mm:ss.SSS} [ %-5level] %thread [%logger{96}:%line] - %msg%n'
pattern-console: '%d{yyyy-MM-dd HH:mm:ss.SSS} [ %-5level] %thread [%logger{96}:%line] - %msg%n'
pattern-rolling-file-name: ${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level-root: info
mysql:
master:
urlHostAndPort: zhengzai-test.rwlb.rds.aliyuncs.com:3306
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment