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
6233648d
Commit
6233648d
authored
Jun 01, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add auth codes
parent
9013890a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
6 deletions
+30
-6
crontab
crontab/crontab
+2
-0
pom.xml
pom.xml
+4
-0
application-dev.yml
src/main/resources/application-dev.yml
+8
-2
application-prod.yml
src/main/resources/application-prod.yml
+8
-2
application-test.yml
src/main/resources/application-test.yml
+8
-2
No files found.
crontab/crontab
View file @
6233648d
59 23 * * * mysql -h172.16.30.130 -P3306 -udqmp -pWyUcSd2aPJBy dqmp -e "delete from dqmp.tbl_result_monitor_volatility where partition_date <= '`date -d "30 day ago" +"%Y-%m-%d"`'"
\ No newline at end of file
pom.xml
View file @
6233648d
...
...
@@ -219,6 +219,10 @@
<!-- 由于xxl-job的springboot版本比较低,所以此处暂不支持监控组件的集成 -->
<!-- <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-starter-server</artifactId>
<version>2.1.0</version> </dependency> -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
...
...
src/main/resources/application-dev.yml
View file @
6233648d
...
...
@@ -94,4 +94,10 @@ xxl:
ip
:
localhost
port
:
9797
logpath
:
/tmp
logretentiondays
:
-1
\ No newline at end of file
logretentiondays
:
-1
#---login user config---
security
:
user
:
name
:
data
password
:
wqjYA16LVUurHsVi
\ No newline at end of file
src/main/resources/application-prod.yml
View file @
6233648d
...
...
@@ -88,4 +88,10 @@ xxl:
ip
:
localhost
port
:
9797
logpath
:
/tmp
logretentiondays
:
-1
\ No newline at end of file
logretentiondays
:
-1
#---login user config---
security
:
user
:
name
:
data
password
:
wqjYA16LVUurHsVi
\ No newline at end of file
src/main/resources/application-test.yml
View file @
6233648d
...
...
@@ -88,4 +88,10 @@ xxl:
ip
:
172.18.44.11
port
:
9797
logpath
:
/tmp
logretentiondays
:
-1
\ No newline at end of file
logretentiondays
:
-1
#---login user config---
security
:
user
:
name
:
data
password
:
wqjYA16LVUurHsVi
\ No newline at end of file
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