From 30352bd5fdfdffc4380e2280cc12ee1a3b73b371 Mon Sep 17 00:00:00 2001 From: jack ning Date: Sat, 18 Jan 2025 20:49:21 +0800 Subject: [PATCH] update --- .../com/bytedesk/core/ip/black/IpBlacklistRestController.java | 2 +- .../main/java/com/bytedesk/starter/StarterApplication.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core/src/main/java/com/bytedesk/core/ip/black/IpBlacklistRestController.java b/modules/core/src/main/java/com/bytedesk/core/ip/black/IpBlacklistRestController.java index dd9b89dd70..8b9a98015b 100644 --- a/modules/core/src/main/java/com/bytedesk/core/ip/black/IpBlacklistRestController.java +++ b/modules/core/src/main/java/com/bytedesk/core/ip/black/IpBlacklistRestController.java @@ -2,7 +2,7 @@ * @Author: jackning 270580156@qq.com * @Date: 2025-01-17 15:17:39 * @LastEditors: jackning 270580156@qq.com - * @LastEditTime: 2025-01-18 18:38:05 + * @LastEditTime: 2025-01-18 20:39:55 * @Description: bytedesk.com https://github.com/Bytedesk/bytedesk * Please be aware of the BSL license restrictions before installing Bytedesk IM – * selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. diff --git a/starter/src/main/java/com/bytedesk/starter/StarterApplication.java b/starter/src/main/java/com/bytedesk/starter/StarterApplication.java index 22a04050b6..ef09ca49ca 100644 --- a/starter/src/main/java/com/bytedesk/starter/StarterApplication.java +++ b/starter/src/main/java/com/bytedesk/starter/StarterApplication.java @@ -2,7 +2,7 @@ * @Author: jackning 270580156@qq.com * @Date: 2024-01-29 15:02:58 * @LastEditors: jackning 270580156@qq.com - * @LastEditTime: 2025-01-13 11:09:38 + * @LastEditTime: 2025-01-18 20:44:24 * @Description: bytedesk.com https://github.com/Bytedesk/bytedesk * Please be aware of the BSL license restrictions before installing Bytedesk IM – * selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. @@ -24,7 +24,7 @@ import org.springframework.scheduling.annotation.EnableScheduling; @EnableScheduling @EnableJpaAuditing -@ComponentScan("com.bytedesk.*") +@ComponentScan("com.bytedesk.**") // @EnableRedisDocumentRepositories(basePackages = "com.bytedesk.*") @EnableRetry @SpringBootApplication