记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
67c3f04e
Commit
67c3f04e
authored
May 24, 2021
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交admin-web配置
parent
02501cb4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
3 deletions
+33
-3
application-client-admin-web.yml
...n-web/src/main/resources/application-client-admin-web.yml
+15
-3
application-dev.yml
...t-client-admin-web/src/main/resources/application-dev.yml
+6
-0
application-prod.yml
...-client-admin-web/src/main/resources/application-prod.yml
+6
-0
application-test.yml
...-client-admin-web/src/main/resources/application-test.yml
+6
-0
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/application-client-admin-web.yml
View file @
67c3f04e
...
@@ -16,10 +16,10 @@ ruoyi:
...
@@ -16,10 +16,10 @@ ruoyi:
# 开发环境配置
# 开发环境配置
server
:
server
:
# 服务器的HTTP端口,默认为80
# 服务器的HTTP端口,默认为80
port
:
80
port
:
${liquidnet.info.port}
servlet
:
servlet
:
# 应用的访问路径
# 应用的访问路径
context-path
:
/
context-path
:
${liquidnet.info.context}
tomcat
:
tomcat
:
# tomcat的URI编码
# tomcat的URI编码
uri-encoding
:
UTF-8
uri-encoding
:
UTF-8
...
@@ -28,12 +28,24 @@ server:
...
@@ -28,12 +28,24 @@ server:
# Tomcat启动初始化的线程数,默认值25
# Tomcat启动初始化的线程数,默认值25
min-spare-threads
:
30
min-spare-threads
:
30
# 日志配置
# 日志配置
-------------------------------------------------------
logging
:
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
:
level
:
root
:
info
#以下是为指定包设置日志级别
com.liquidnet.client.admin
:
debug
com.liquidnet.client.admin
:
debug
org.springframework
:
warn
org.springframework
:
warn
# -----------------------------------------------------------
# 用户配置
# 用户配置
user
:
user
:
password
:
password
:
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/application-dev.yml
View file @
67c3f04e
...
@@ -7,6 +7,12 @@ liquidnet:
...
@@ -7,6 +7,12 @@ liquidnet:
logfile
:
logfile
:
path
:
./logs
path
:
./logs
name
:
client-admin-web
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
:
mysql
:
master
:
master
:
urlHostAndPort
:
39.106.122.201:3308
urlHostAndPort
:
39.106.122.201:3308
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/application-prod.yml
View file @
67c3f04e
...
@@ -7,6 +7,12 @@ liquidnet:
...
@@ -7,6 +7,12 @@ liquidnet:
logfile
:
logfile
:
path
:
./logs
path
:
./logs
name
:
client-admin-web
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
:
mysql
:
master
:
master
:
urlHostAndPort
:
39.106.122.201:3308
urlHostAndPort
:
39.106.122.201:3308
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/application-test.yml
View file @
67c3f04e
...
@@ -7,6 +7,12 @@ liquidnet:
...
@@ -7,6 +7,12 @@ liquidnet:
logfile
:
logfile
:
path
:
./logs
path
:
./logs
name
:
client-admin-web
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
:
mysql
:
master
:
master
:
urlHostAndPort
:
zhengzai-test.rwlb.rds.aliyuncs.com:3306
urlHostAndPort
:
zhengzai-test.rwlb.rds.aliyuncs.com:3306
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment