潘志宝
8 天以前 81ce77b2e152ffbedd61d3a768b5b292701a7c64
提交 | 用户 | 时间
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 }