Commit 5f4fe16b authored by 赵建伟's avatar 赵建伟

update codes

parent 187a6f42
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
</executions> </executions>
</plugin> </plugin>
<!--集成mybatis自动生成工具 --> <!--集成mybatis自动生成工具 -->
<plugin> <!-- <plugin>
<groupId>org.mybatis.generator</groupId> <groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-maven-plugin</artifactId> <artifactId>mybatis-generator-maven-plugin</artifactId>
<version>1.3.2</version> <version>1.3.2</version>
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
<version>1.3.2</version> <version>1.3.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin> -->
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file
...@@ -59,7 +59,8 @@ mail: ...@@ -59,7 +59,8 @@ mail:
#---dingding send config--- #---dingding send config---
dingding: dingding:
atMobile: 13051007691 atMobile: 13051007691
webhookToken: https://oapi.dingtalk.com/robot/send?access_token=68d7d6e9aaf81ebbf0f5228a3eadf769f1af0a7b0cb3dcb8fb8885dc5d93054f # webhookToken: https://oapi.dingtalk.com/robot/send?access_token=68d7d6e9aaf81ebbf0f5228a3eadf769f1af0a7b0cb3dcb8fb8885dc5d93054f
webhookToken: https://oapi.dingtalk.com/robot/send?access_token=f7706a17b6de3ab6318806d1ed3d31fc68642bee99693280ee9a1591ab978c51
#---mybatis config--- #---mybatis config---
mybatis: mybatis:
...@@ -81,7 +82,7 @@ logging: ...@@ -81,7 +82,7 @@ logging:
xxl: xxl:
job: job:
admin: admin:
addresses: http://152.136.185.159:8989/xxl-job-admin addresses: http://172.18.44.11:8989/xxl-job-admin
accessToken: accessToken:
executor: executor:
appname: dqmp appname: dqmp
......
...@@ -19,7 +19,7 @@ spring: ...@@ -19,7 +19,7 @@ spring:
datasource: datasource:
#---mysql config--- #---mysql config---
driverClassName: com.mysql.jdbc.Driver driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://152.136.57.57:3306/dqmp?useSSL=false url: jdbc:mysql://172.18.44.3:3306/dqmp?useSSL=false
username: root username: root
password: 5OqYM^zLwotJ3oSo password: 5OqYM^zLwotJ3oSo
......
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