Commit 1482b4fc authored by liqin's avatar liqin 💬

bug fixed

parent d4467401
...@@ -73,11 +73,11 @@ xxl: ...@@ -73,11 +73,11 @@ xxl:
job: job:
accessToken: accessToken:
admin: admin:
addresses: http://127.0.0.1:8090/job-admin addresses: http://172.24.252.165:8090/job-admin
executor: executor:
address: address:
appname: shop-mall appname: shop-mall
ip: 127.0.0.1 ip: 172.24.252.165
logpath: /home/meepo/logs/xxl-job/jobhandler logpath: /home/meepo/logs/xxl-job/jobhandler
logretentiondays: 30 logretentiondays: 30
port: 9999 port: 9999
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
</dependencies> </dependencies>
<build> <build>
<finalName>xxl-job-2.3.0</finalName>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
...@@ -23,9 +23,9 @@ mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml ...@@ -23,9 +23,9 @@ 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://127.0.0.1:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai spring.datasource.url=jdbc:mysql://8.131.244.76:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
spring.datasource.username=xxl_job spring.datasource.username=root
spring.datasource.password=6EmAWkCtwc5SjKxd spring.datasource.password=PRMHmHBr
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
### datasource-pool ### datasource-pool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment