Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 703 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 703 Bytes

Unique-Web为构建一个轻量级高性能web开发框架,部分功能未实现。 包含的服务 webmvc | 基础的web控制器

	restful				|	基于rest风格的url访问
	
	ioc-plugin			|	一个简洁的ioc容器
	
	dbpool-plugin		|	数据库连接池插件
	
	basedao-plugin		|	基础的数据库访问插件
	
	cache-plugin		|	redis缓存插件
    
    mongo-plugin        |   mongodb的操作插件
	
	image-plugin		|	图片处理插件(https://git.oschina.net/biezhi/image-plugin.git)
	
	patchca-plugin		|	多彩验证码插件	
		
	beetl				|	beetl等多种模板渲染引擎

更多请看wiki:http://git.oschina.net/biezhi/unique-web/wikis/home