fix: 避免gateway不需要其错误处理而导致报错的问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user