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
00ae0e8e
authored
Sep 18, 2025
by
熊鹏飞
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
厦门eam的uat环境
parent
2bd2a82d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
3 deletions
xxl-job-admin/pom.xml
xxl-job-admin/src/main/resources/application.properties
xxl-job-executor-samples/xxl-job-executor-sample-jboot/pom.xml
xxl-job-admin/pom.xml
View file @
00ae0e8e
...
...
@@ -21,6 +21,17 @@
</dependencies>
</dependencyManagement>
<repositories>
<repository>
<id>
jitpack.io
</id>
<url>
https://jitpack.io
</url>
</repository>
<repository>
<id>
aliyunmaven
</id>
<url>
https://maven.aliyun.com/repository/public
</url>
</repository>
</repositories>
<dependencies>
<!-- starter-web:spring-webmvc + autoconfigure + logback + yaml + tomcat -->
...
...
xxl-job-admin/src/main/resources/application.properties
View file @
00ae0e8e
...
...
@@ -23,9 +23,9 @@ mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
#mybatis.type-aliases-package=com.xxl.job.admin.core.model
### xxl-job, datasource
spring.datasource.url
=
jdbc:mysql://1
27.0.0.1:3306/xxl_job
?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
spring.datasource.username
=
root
spring.datasource.password
=
rootroot
spring.datasource.url
=
jdbc:mysql://1
72.26.3.73:3306/dev_eam
?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
spring.datasource.username
=
hc-xm-eam
spring.datasource.password
=
HC-xm-eam@123
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
### datasource-pool
...
...
xxl-job-executor-samples/xxl-job-executor-sample-jboot/pom.xml
View file @
00ae0e8e
...
...
@@ -52,4 +52,16 @@
</dependencies>
<repositories>
<repository>
<id>
jitpack.io
</id>
<url>
https://jitpack.io
</url>
</repository>
<repository>
<id>
aliyunmaven
</id>
<url>
https://maven.aliyun.com/repository/public
</url>
</repository>
</repositories>
</project>
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