Skip to content

一个轻量级的javaweb框架,集成了众多常用的开发插件,有redis、mongodb、dbutils、图片处理、验证码、邮件发送、拦截器等,还有不完善的地方,期待你与我共同更新它。

License

Notifications You must be signed in to change notification settings

ycmag/unique-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

一个轻量级的javaweb框架,集成了众多常用的开发插件,有redis、mongodb、dbutils、图片处理、验证码、邮件发送、拦截器等,还有不完善的地方,期待你与我共同更新它。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 39.0%
  • CSS 33.3%
  • JavaScript 27.1%
  • HTML 0.6%