提交 | 用户 | 时间 | ||
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 | } |