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

update codes

parent 187a6f42
......@@ -238,7 +238,7 @@
</executions>
</plugin>
<!--集成mybatis自动生成工具 -->
<plugin>
<!-- <plugin>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-maven-plugin</artifactId>
<version>1.3.2</version>
......@@ -262,7 +262,7 @@
<version>1.3.2</version>
</dependency>
</dependencies>
</plugin>
</plugin> -->
</plugins>
</build>
</project>
\ No newline at end of file
......@@ -59,7 +59,8 @@ mail:
#---dingding send config---
dingding:
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:
......@@ -81,7 +82,7 @@ logging:
xxl:
job:
admin:
addresses: http://152.136.185.159:8989/xxl-job-admin
addresses: http://172.18.44.11:8989/xxl-job-admin
accessToken:
executor:
appname: dqmp
......
......@@ -19,7 +19,7 @@ spring:
datasource:
#---mysql config---
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
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