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