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); }