Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
371dcae7
authored
Apr 24, 2025
by
熊鹏飞
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改配置
parent
1874c485
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
xxl-job-admin/src/main/resources/application.properties
xxl-job-admin/src/main/resources/logback.xml
xxl-job-admin/src/main/resources/application.properties
View file @
371dcae7
### web
server.port
=
8
080
server.port
=
8
181
server.servlet.context-path
=
/xxl-job-admin
### actuator
...
...
@@ -25,7 +25,7 @@ mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
### xxl-job, datasource
spring.datasource.url
=
jdbc:mysql://127.0.0.1:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
spring.datasource.username
=
root
spring.datasource.password
=
root
_pwd
spring.datasource.password
=
root
root
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
### datasource-pool
...
...
xxl-job-admin/src/main/resources/logback.xml
View file @
371dcae7
...
...
@@ -2,7 +2,7 @@
<configuration
debug=
"false"
scan=
"true"
scanPeriod=
"1 seconds"
>
<contextName>
logback
</contextName>
<property
name=
"log.path"
value=
"
/data
/applogs/xxl-job/xxl-job-admin.log"
/>
<property
name=
"log.path"
value=
"
.
/applogs/xxl-job/xxl-job-admin.log"
/>
<appender
name=
"console"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<encoder>
...
...
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