潘志宝
8 天以前 6c2ff1c7c8e0aba3af92110b76687b78f8278e86
提交 | 用户 | 时间
e7c126 1 package com.iailab.module.infra.framework.codegen.config;
H 2
3 import org.springframework.boot.context.properties.EnableConfigurationProperties;
4 import org.springframework.context.annotation.Configuration;
5
6 @Configuration(proxyBeanMethods = false)
7 @EnableConfigurationProperties(CodegenProperties.class)
8 public class CodegenConfiguration {
9 }