Giter Club home page Giter Club logo

nutzmore's Introduction

Nutz的插件与集成库

Build Status Circle CI Maven Central License

各种插件和集成的集合

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

		<dependency>
			<groupId>org.nutz</groupId>
			<artifactId>填nutz插件名</artifactId>
			<version>1.r.65</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-activiti Maven Central 提供Activiti相关的Ioc配置 试用 wendal
integration-autoloadcache Maven Central 深度集成AutoLoadCache 生产 Rekoe
integration-bex5 Maven Central Bex5与Nutz集成 试用 ecoolper
integration-cxf Maven Central 轻度集成Cxf(WebService) 试用 wendal
integration-dubbo Maven Central 兼容原生dubbo配置文件 生产 wendal
integration-dwr Maven Central 轻度集成dwr 试用 wendal
integration-grpc Maven Central 封装grpc 开发中 wendal
integration-hasor Maven Central Nutz 深度整合 Hasor/rsf 生产 hasor
integration-hessian Maven Central 提供hessian的Mvc适配器 生产 Rekoe
integration-jcache Maven Central 集成Jcache的方法级注释 废弃
integration-jedis Maven Central 深度集成jedis 生产 wendal
integration-jedisque Maven Central 简单集成jedisque 试用 wendal
integration-jsch Maven Central 简单演示jsch的端口映射 试用
integration-jsf Maven Central 提供JSF集成所需要的EL解析器 废弃 wendal
integration-json4excel Maven Central Apache POI项目的封装,简化了一些常见的操作 生产 pangwu86
integration-jsr303 Maven Central 深度集成jsr303的校验机制 试用 wendal
integration-neo4j Maven Central 集成neo4j 试用 wendal
integration-quartz Maven Central 集成Quartz(计划任务/定时任务)的不二选择 生产 wendal
integration-rabbitmq Maven Central 集成rabbitmq很复杂吗?核心是拿到Channel对象嘛. 试用 wendal
integration-shiro Maven Central 集成Shiro的登陆,鉴权,和Session机制 生产 wendal
integration-spring Maven Central Spring与Nutz集成所需要的一切 生产 wendal
integration-struts2 Maven Central 替换struts2的Ioc容器为NutIoc 废弃 wendal
integration-swagger Maven Central 深度集成Swagger 试用 wendal
integration-zbus Maven Central 深度集成zbus,提供mq,rpc支持 试用 wendal
integration-zookeeper Maven Central 待编写 开发中
maven-quickstart Maven Central 待编写 开发中 wendal
plugins-apidoc Maven Central API文档生成及调试 生产 wendal
plugins-cache Maven Central Shiro的CacheManager实现 生产 wendal
plugins-daocache Maven Central 为NutDao提供缓存支持,SQL级别的缓存 生产 wendal
plugins-daomapping Maven Central Dao接口无缝生成 试用 wendal
plugins-dict Maven Central 针对java常量的全局字典生成 测试 邓华锋
plugins-event Maven Central 事件驱动和异步化插件,方便各模块间解耦 试用 qinerg
plugins-hotplug Maven Central 定义一套基础架构,实现可插拔系统 生产 wendal
plugins-iocloader Maven Central 演示自定义IocLoader的用法 废弃 wendal
plugins-jqgrid Maven Central 封装jqGrid dao层操作通用使用方法 生产 邓华锋
plugins-jsonrpc Maven Central 完整实现jsonrpc, 用Mapper方式 废弃 wendal
plugins-mock Maven Central 提供单元测试所需要的一切东西 试用 wendal
plugins-multiview Maven Central 集合N种模板引擎,可配置性强 生产 邓华锋
plugins-mongodb Maven Central Mongodb 薄封装 生产 wendal
plugins-ngrok Maven Central 用Java实现的Ngrok的服务器端和客户端. 试用 wendal
plugins-nop Maven Central NUTZ OPEN PLATFORM 生产 王贵源
plugins-oauth2-server Maven Central 使用Apache Oltu 搭建Oauth2 Server及Client开放授权 生产 Rekoe
plugins-profiler Maven Central 性能监控 开发中 wendal
plugins-protobuf Maven Central 提供protobuf双向通信所需要的适配器和View 生产 Rekoe
plugins-qrcode Maven Central 生成 QRCode,基于 zxing 生产 冬日温泉
plugins-secken Maven Central 完整实现洋葱登陆协议 废弃 wendal
plugins-sfntly Maven Central sfntly的fork版本,修正错误并添加可编程调用 生产 wendal
plugins-sigar Maven Central 深度集成sigar 试用 王贵源
plugins-slog Maven Central 注解式系统日志 生产 wendal
plugins-spring-boot-starter Maven Central spring-boot 环境下使用 nutz-dao 和 nutzjson 生产 王贵源
plugins-sqltpl Maven Central 支持多种模板引擎 试用 wendal
plugins-sqlmanager Maven Central 各式各样的SqlManaget实现 试用 wendal等
plugins-thrift-netty Maven Central 深度集成thrift-netty 试用 Rekoe
plugins-undertow Maven Central 集成JBOSS Undertow高性能web服务器插件 试用 qinerg
plugins-validation Maven Central 独立,小巧且够用的校验库 试用 wendal
plugins-views Maven Central freemarker/velocity/thymeleaf/pdf 视图插件 生产
plugins-webqq Maven Central webqq集成 废弃
plugins-websocket Maven Central 为websocket提供完整支持 生产 wendal
plugins-wkcache Maven Central 基于Redis实现的方法缓存 生产 大鲨鱼
plugins-xmlentitymaker Maven Central 使用xml定义实体,替换原生的注解方式 试用 wendal
plugins-zcron Maven Central 定期运行的表达式 试用 zozoh
plugins-zdoc Maven Central 写文档也可以很轻松 试用 zozoh
integration-nettice Maven Central Netty的Http Router 试用 Rekoe
plugins-fiddler Maven Central 抓包工具 试用 Rekoe

nutzmore's People

Contributors

wendal avatar kerbores avatar rekoe avatar zozoh avatar pangwu86 avatar denghuafeng avatar ywjno avatar zccm avatar wizzercn avatar howe avatar qinerg avatar zycgit avatar chenchi2038 avatar crskyp avatar lin511622 avatar tiankongkm avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.