feat: 清理代码

This commit is contained in:
wangyu 2024-11-30 19:41:18 +08:00
parent 6f7bb3cbea
commit cf026e8939
2 changed files with 15 additions and 4 deletions

View File

@ -1,11 +1,7 @@
package dev.flyfish.framework.config;
import dev.flyfish.framework.beans.resolver.DynamicRestBeanResolver;
import org.springframework.boot.autoconfigure.web.ServerProperties;
import org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.http.server.reactive.ServerHttpRequest;
import org.springframework.web.server.WebFilter;
/**
* 默认初始化的Bean配置

View File

@ -0,0 +1,15 @@
package dev.flyfish.project;
/**
* 代码生成器
*
* @author wangyu
* 快速开发的集大成者解放80%的双手让你轻松愉悦专注于业务
* 1. 自下而上的开发思路完全面相对象
* 2. 一切围绕实体构建视图实体完全演变自基础实体提供演变器扩展
* 3. 仅提供简洁的一个视图层和服务层后续交给代码去扩展
*/
public class CodeGenerator {
}