Commit 6233648d authored by 赵建伟's avatar 赵建伟

add auth codes

parent 9013890a
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
......@@ -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>
......
......@@ -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
......@@ -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
......@@ -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
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