Nutz的插件与集成库

January 12, 2019 · View on GitHub

Build Status Circle CI Maven Central License

各种插件和集成的集合

每个插件都有自己的文件夹,均为maven module, 请按需获取.

		<dependency>
			<groupId>org.nutz</groupId>
			<artifactId>填nutz插件名</artifactId>
			<version>1.r.67</version>
		</dependency>

快照版地址

https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/

	<repositories>
		<repository>
			<id>nutzcn-snapshots</id>
			<url>https://jfrog.nutz.cn/artifactory/snapshots</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
	</repositories>
	<dependencies>
		<dependency>
			<groupId>org.nutz</groupId>
			<artifactId>填nutz插件名</artifactId>
			<version>填版本号-SNAPSHOT</version>
		</dependency>
		<!-- 其他依赖 -->
	</dependencies>

各插件可用性

插件名称版本简介可靠性维护者
integration-activitiMaven Central提供Activiti相关的Ioc配置试用wendal
integration-authzMaven Central集成jCasbin的访问控制、权限管理机制试用hsluoyz
integration-autoloadcacheMaven Central深度集成AutoLoadCache生产Rekoe
integration-bex5Maven CentralBex5与Nutz集成试用ecoolper
integration-cxfMaven Central轻度集成Cxf(WebService)试用wendal
integration-dubboMaven Central兼容原生dubbo配置文件生产wendal
integration-dwrMaven Central轻度集成dwr试用wendal
integration-grpcMaven Central封装grpc开发中wendal
integration-hasorMaven CentralNutz 深度整合 Hasor/rsf生产hasor
integration-hessianMaven Central提供hessian的Mvc适配器生产Rekoe
integration-jcacheMaven Central集成Jcache的方法级注释废弃
integration-jedisMaven Central深度集成jedis生产wendal
integration-jedisqueMaven Central简单集成jedisque试用wendal
integration-jschMaven Central简单演示jsch的端口映射试用
integration-jsfMaven Central提供JSF集成所需要的EL解析器废弃wendal
integration-json4excelMaven CentralApache POI项目的封装,简化了一些常见的操作生产pangwu86
integration-jsr303Maven Central深度集成jsr303的校验机制试用wendal
integration-neo4jMaven Central集成neo4j试用wendal
integration-quartzMaven Central集成Quartz(计划任务/定时任务)的不二选择生产wendal
integration-rabbitmqMaven Central集成rabbitmq很复杂吗?核心是拿到Channel对象嘛.试用wendal
integration-shiroMaven Central集成Shiro的登陆,鉴权,和Session机制生产wendal
integration-springMaven CentralSpring与Nutz集成所需要的一切生产wendal
integration-struts2Maven Central替换struts2的Ioc容器为NutIoc废弃wendal
integration-swaggerMaven Central深度集成Swagger试用wendal
integration-zbusMaven Central深度集成zbus,提供mq,rpc支持试用wendal
integration-zookeeperMaven Central待编写开发中
maven-quickstartMaven Central待编写开发中wendal
plugins-apidocMaven CentralAPI文档生成及调试生产wendal
plugins-cacheMaven CentralShiro的CacheManager实现生产wendal
plugins-daocacheMaven Central为NutDao提供缓存支持,SQL级别的缓存生产wendal
plugins-daomappingMaven CentralDao接口无缝生成试用wendal
plugins-dictMaven Central针对java常量的全局字典生成试用邓华锋
plugins-eventMaven Central事件驱动和异步化插件,方便各模块间解耦试用qinerg
plugins-hotplugMaven Central定义一套基础架构,实现可插拔系统生产wendal
plugins-iocloaderMaven Central自定义IocLoader,及任务线程环境下使用ioc方式试用wendal、邓华锋
plugins-jqgridMaven Central封装jqGrid dao层操作通用使用方法生产邓华锋
plugins-jsonrpcMaven Central完整实现jsonrpc, 用Mapper方式废弃wendal
plugins-mockMaven Central提供单元测试所需要的一切东西试用wendal
plugins-multiviewMaven Central集合N种模板引擎,可配置性强生产邓华锋
plugins-mongodbMaven CentralMongodb 薄封装生产wendal
plugins-ngrokMaven Central用Java实现的Ngrok的服务器端和客户端.试用wendal
plugins-nopMaven CentralNUTZ OPEN PLATFORM生产王贵源
plugins-oauth2-serverMaven Central使用Apache Oltu 搭建Oauth2 Server及Client开放授权生产Rekoe
plugins-profilerMaven Central性能监控开发中wendal
plugins-protobufMaven Central提供protobuf双向通信所需要的适配器和View生产Rekoe
plugins-qrcodeMaven Central生成 QRCode,基于 zxing生产冬日温泉
plugins-seckenMaven Central完整实现洋葱登陆协议废弃wendal
plugins-sfntlyMaven Centralsfntly的fork版本,修正错误并添加可编程调用生产wendal
plugins-sigarMaven Central深度集成sigar试用王贵源
plugins-slogMaven Central注解式系统日志生产wendal
plugins-spring-boot-starterMaven Centralspring-boot 环境下使用 nutz-dao 和 nutzjson生产王贵源
plugins-sqltplMaven Central支持多种模板引擎试用wendal
plugins-sqlmanagerMaven Central各式各样的SqlManaget实现试用wendal等
plugins-thrift-nettyMaven Central深度集成thrift-netty试用Rekoe
plugins-undertowMaven Central集成JBOSS Undertow高性能web服务器插件试用qinerg
plugins-validationMaven Central独立,小巧且够用的校验库试用wendal
plugins-viewsMaven Centralfreemarker/velocity/thymeleaf/pdf 视图插件生产
plugins-webqqMaven Centralwebqq集成废弃
plugins-websocketMaven Central为websocket提供完整支持生产wendal
plugins-wkcacheMaven Central基于Redis实现的方法缓存生产大鲨鱼
plugins-xmlentitymakerMaven Central使用xml定义实体,替换原生的注解方式试用wendal
plugins-zcronMaven Central定期运行的表达式试用zozoh
plugins-zdocMaven Central写文档也可以很轻松试用zozoh
integration-netticeMaven CentralNetty的Http Router试用Rekoe
plugins-fiddlerMaven Central抓包工具试用Rekoe