Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
DQMP
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data
DQMP
Commits
5f4fe16b
Commit
5f4fe16b
authored
Dec 23, 2019
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
187a6f42
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
pom.xml
pom.xml
+3
-2
application-prod.yml
src/main/resources/application-prod.yml
+3
-2
application-test.yml
src/main/resources/application-test.yml
+1
-1
No files found.
pom.xml
View file @
5f4fe16b
...
...
@@ -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
src/main/resources/application-prod.yml
View file @
5f4fe16b
...
...
@@ -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://1
52.136.185.159
:8989/xxl-job-admin
addresses
:
http://1
72.18.44.11
:8989/xxl-job-admin
accessToken
:
executor
:
appname
:
dqmp
...
...
src/main/resources/application-test.yml
View file @
5f4fe16b
...
...
@@ -19,7 +19,7 @@ spring:
datasource
:
#---mysql config---
driverClassName
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://1
52.136.57.57
:3306/dqmp?useSSL=false
url
:
jdbc:mysql://1
72.18.44.3
:3306/dqmp?useSSL=false
username
:
root
password
:
5OqYM^zLwotJ3oSo
...
...
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