feat: 清理代码
This commit is contained in:
parent
6f7bb3cbea
commit
cf026e8939
@ -1,11 +1,7 @@
|
|||||||
package dev.flyfish.framework.config;
|
package dev.flyfish.framework.config;
|
||||||
|
|
||||||
import dev.flyfish.framework.beans.resolver.DynamicRestBeanResolver;
|
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.context.annotation.Bean;
|
||||||
import org.springframework.http.server.reactive.ServerHttpRequest;
|
|
||||||
import org.springframework.web.server.WebFilter;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 默认初始化的Bean配置
|
* 默认初始化的Bean配置
|
||||||
|
@ -0,0 +1,15 @@
|
|||||||
|
package dev.flyfish.project;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 代码生成器
|
||||||
|
*
|
||||||
|
* @author wangyu
|
||||||
|
* 快速开发的集大成者,解放80%的双手,让你轻松愉悦专注于业务
|
||||||
|
* 1. 自下而上的开发思路,完全面相对象
|
||||||
|
* 2. 一切围绕实体构建。视图实体完全演变自基础实体,提供演变器扩展
|
||||||
|
* 3. 仅提供简洁的一个视图层和服务层,后续交给代码去扩展
|
||||||
|
*/
|
||||||
|
public class CodeGenerator {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user