fix: 避免gateway不需要其错误处理而导致报错的问题

This commit is contained in:
2025-12-14 15:17:51 +08:00
parent 63d0528af4
commit d04440f0b1
4 changed files with 15 additions and 6 deletions

View File

@@ -1,12 +1,8 @@
package cn.meowrain.aioj.backend.userservice.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.ComponentScans;
import org.springframework.context.annotation.Configuration;
@Configuration
// @ComponentScans({
// @ComponentScan("cn.meowrain.aioj.backend.framework.core.banner") })
public class FrameworkConfiguration {
}