Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
X
xxl-job
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiyonggang
xxl-job
Commits
a0cd28d5
Commit
a0cd28d5
authored
Nov 18, 2024
by
jiyonggang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(xxl-job-admin):调整端口和数据库配置
- 将服务器端口从 8080 修改为8090 - 更新 MySQL 数据库连接 URL - 注释掉旧的数据库连接 URL
parent
d15cfa9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
application.properties
xxl-job-admin/src/main/resources/application.properties
+3
-2
No files found.
xxl-job-admin/src/main/resources/application.properties
View file @
a0cd28d5
### web
### web
server.port
=
80
8
0
server.port
=
80
9
0
server.servlet.context-path
=
/xxl-job-admin
server.servlet.context-path
=
/xxl-job-admin
### actuator
### actuator
...
@@ -24,7 +24,8 @@ mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
...
@@ -24,7 +24,8 @@ mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
#mybatis.type-aliases-package=com.xxl.job.admin.core.model
#mybatis.type-aliases-package=com.xxl.job.admin.core.model
### xxl-job, datasource
### xxl-job, datasource
spring.datasource.url
=
jdbc:mysql://rm-j6cqr2n4e0ed3kp9hfo.mysql.rds.aliyuncs.com:3306/xxl_job?useUnicode=true&characterEncoding=utf-8&verifyServerCertificate=false&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=Hongkong
spring.datasource.url
=
jdbc:mysql://rm-j6cqr2n4e0ed3kp9h.mysql.rds.aliyuncs.com:3306/xxl_job?useUnicode=true&characterEncoding=utf-8&verifyServerCertificate=false&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=Hongkong
#spring.datasource.url=jdbc:mysql://rm-j6cqr2n4e0ed3kp9hfo.mysql.rds.aliyuncs.com:3306/xxl_job?useUnicode=true&characterEncoding=utf-8&verifyServerCertificate=false&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=Hongkong
spring.datasource.username
=
ant
spring.datasource.username
=
ant
spring.datasource.password
=
Ant4mysql!@#
spring.datasource.password
=
Ant4mysql!@#
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
...
...
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