From 7af22453bad2e5604a46c190c123c4f289b05b54 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 23 十一月 2021 20:19:51 +0800 Subject: [PATCH] update 更新 redis.conf 存储策略 aof 与 rdb 配置参数 --- ruoyi-extend/ruoyi-xxl-job-admin/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml index 1c1ba6f..26892d4 100644 --- a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml +++ b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml @@ -71,6 +71,11 @@ <version>${mysql-connector-java.version}</version> </dependency> + <dependency> + <groupId>de.codecentric</groupId> + <artifactId>spring-boot-admin-starter-client</artifactId> + </dependency> + <!-- xxl-job-core --> <dependency> <groupId>com.xuxueli</groupId> @@ -80,6 +85,7 @@ </dependencies> <build> + <finalName>${project.artifactId}</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> -- Gitblit v1.9.3