|
@@ -3,7 +3,7 @@ package cn.iocoder.yudao.module.infra.framework.codegen.config;
|
|
|
import org.springframework.boot.context.properties.EnableConfigurationProperties;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
|
|
-@Configuration
|
|
|
+@Configuration(proxyBeanMethods = false)
|
|
|
@EnableConfigurationProperties(CodegenProperties.class)
|
|
|
public class CodegenConfiguration {
|
|
|
}
|