潘志宝
2024-12-23 b651cbfd94d8d636c01b61e483ed1cff98e1bcb9
提交 | 用户 | 时间
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 }