From 171fa370ad1f4d51bd5c981ecd9debd764b4045a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B5=E9=A3=9E=E5=AE=87?= <2684146481@qq.com> Date: Thu, 13 Apr 2023 12:57:51 +0800 Subject: [PATCH] =?UTF-8?q?message=20=E7=A7=BB=E9=99=A4lettuce-core=20jar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hzims-service/message/pom.xml | 32 ++++++++++++++++++++++ .../hzims/safeproduct/SafeproductApplication.java | 1 + 2 files changed, 33 insertions(+) diff --git a/hzims-service/message/pom.xml b/hzims-service/message/pom.xml index 45c05b2..7e4c91f 100644 --- a/hzims-service/message/pom.xml +++ b/hzims-service/message/pom.xml @@ -19,7 +19,39 @@ org.springblade blade-core-boot + + + org.springblade + blade-starter-redis + + + + + + org.springblade + blade-starter-redis + + + org.springframework.boot + spring-boot-starter-data-redis + + + + + + + org.springframework.boot + spring-boot-starter-data-redis + + + io.lettuce + lettuce-core + + + + + org.springblade blade-core-cloud diff --git a/hzims-service/safeproduct/src/main/java/com/hnac/hzims/safeproduct/SafeproductApplication.java b/hzims-service/safeproduct/src/main/java/com/hnac/hzims/safeproduct/SafeproductApplication.java index 168c095..fd3af8b 100644 --- a/hzims-service/safeproduct/src/main/java/com/hnac/hzims/safeproduct/SafeproductApplication.java +++ b/hzims-service/safeproduct/src/main/java/com/hnac/hzims/safeproduct/SafeproductApplication.java @@ -35,6 +35,7 @@ import org.springframework.scheduling.annotation.EnableScheduling; @ComponentScan(basePackages = {"com.hnac.*"}) public class SafeproductApplication { + public static void main(String[] args) { BladeApplication.run(Constants.APP_NAME, SafeproductApplication.class, args); }