Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
QZSA
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
gavelinfo
QZSA
Commits
7ac2d343
Commit
7ac2d343
authored
Jul 30, 2023
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复配置文件bug
parent
69d67d67
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
config.properties
gavel/src/main/resources/config.properties
+2
-1
jdbc.properties
gavel/src/main/resources/jdbc.properties
+6
-1
logback-spring.xml
gavel/src/main/resources/logback-spring.xml
+2
-2
No files found.
gavel/src/main/resources/config.properties
View file @
7ac2d343
reg.mode
=
dev
timer.enable
=
false
timer.root
=
http://127.0.0.1:8088/mcs
server.isEnableSwagger
=
true
...
...
@@ -32,7 +33,7 @@ rbmq.agvtask.write.quenues.name=agvtaskreturn
#状态接收
rbmq.agvstatus.read.quenues.name
=
agvstatus
#状态发送
rbmq.agvstatus.write.quenues.name
=
agvstausreturn
rbmq.agvstatus.write.quenues.name
=
agvsta
t
usreturn
#报警发送
rbmq.agvalarm.quenues.name
=
alarmreturn
gavel/src/main/resources/jdbc.properties
View file @
7ac2d343
#mysql
#jdbc.driverClassName=com.mysql.cj.jdbc.Driver
#jdbc.url = jdbc:mysql://192.168.30.254:3306/qzsa?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
#jdbc.username = root
#jdbc.password = root
jdbc.driverClassName
=
com.mysql.cj.jdbc.Driver
jdbc.url
=
jdbc:mysql://
192.168.30.254
:3306/qzsa?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
jdbc.url
=
jdbc:mysql://
localhost
:3306/qzsa?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
jdbc.username
=
root
jdbc.password
=
root
gavel/src/main/resources/logback-spring.xml
View file @
7ac2d343
...
...
@@ -20,7 +20,7 @@
</rollingPolicy>
</appender>
<logger
name=
"com.gavel"
level=
"
INFO
"
additivity=
"false"
>
<logger
name=
"com.gavel"
level=
"
DEBUG
"
additivity=
"false"
>
<appender-ref
ref=
"CONSOLE"
/>
<appender-ref
ref=
"ROLLING-FILE"
/>
</logger>
...
...
@@ -48,7 +48,7 @@
</rollingPolicy>
</appender>
<logger
name=
"com.gavel"
level=
"
INFO
"
additivity=
"false"
>
<logger
name=
"com.gavel"
level=
"
DEBUG
"
additivity=
"false"
>
<appender-ref
ref=
"CONSOLE"
/>
<appender-ref
ref=
"ROLLING-FILE"
/>
</logger>
...
...
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