Skip to content

crskyp/nutzmore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nutz的插件与集成库

Build Status Maven Central License

各种插件和集成的集合

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

		<dependency>
			<groupId>org.nutz</groupId>
			<artifactId>填nutz插件名</artifactId>
			<version>1.r.61.r2</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>

各插件可用性

插件名称 版本 简介 可靠性
nutz-integration-activiti Maven Central 提供Activiti相关的Ioc配置 开发中
nutz-integration-autoloadcache Maven Central 深度集成AutoLoadCache 生产
nutz-integration-dubbo Maven Central 兼容原生dubbo配置文件 试用
nutz-integration-dwr Maven Central 轻度集成dwr 试用
nutz-integration-grpc Maven Central 封装grpc 开发中
nutz-integration-hasor Maven Central Nutz 深度整合 Hasor/rsf 试用
nutz-integration-hessian Maven Central 提供hessian的Mvc适配器 生产
nutz-integration-jcache Maven Central 集成Jcache的方法级注释 试用
nutz-integration-jedis Maven Central 深度集成jedis 试用
nutz-integration-jsch Maven Central 简单演示jsch的端口映射 试用
nutz-integration-jsf Maven Central 提供JSF集成所需要的EL解析器 试用
nutz-integration-json4excel Maven Central Apache POI项目的封装,简化了一些常见的操作 生产
nutz-integration-jsr303 Maven Central 深度集成jsr303的校验机制 试用
nutz-integration-quartz Maven Central 集成Quartz(计划任务/定时任务)的不二选择 生产
nutz-integration-rabbitmq Maven Central 集成rabbitmq 开发中
nutz-integration-shiro Maven Central 集成Shiro的登陆,鉴权,和Session机制 生产
nutz-integration-spring Maven Central Spring与Nutz集成所需要的一切 生产
nutz-integration-struts2 Maven Central 替换struts2的Ioc容器为NutIoc 试用
nutz-integration-zbus Maven Central 深度集成zbus,提供mq,rpc支持 试用
nutz-integration-zookeeper Maven Central 待编写 开发中
nutz-maven-quickstart Maven Central 待编写 开发中
nutz-plugins-apidoc Maven Central API文档生成及调试 试用
nutz-plugins-cache Maven Central Shiro的CacheManager实现 生产
nutz-plugins-daocache Maven Central 为NutDao提供缓存支持,SQL级别的缓存 生产
nutz-plugins-daomapping Maven Central 待编写 开发中
nutz-plugins-event Maven Central 事件驱动和异步化,方便各模块间解耦 试用
nutz-plugins-hotplug Maven Central 定义一套基础架构,实现可插拔系统 试用
nutz-plugins-iocloader Maven Central 演示自定义IocLoader的用法 试用
nutz-plugins-jsonrpc Maven Central 完整实现jsonrpc, 用Mapper方式 试用
nutz-plugins-ml Maven Central 机器学习 开发中
nutz-plugins-mock Maven Central 提供单元测试所需要的一切东西 开发中
nutz-plugins-multiview Maven Central 集合N种模板引擎,可配置性强 生产
nutz-plugins-ngrok Maven Central 用Java实现的Ngrok的服务器端和客户端. 试用
nutz-plugins-nop Maven Central NUTZ OPEN PLATFORM 生产
nutz-plugins-oauth2-server Maven Central 搭建Oauth2 Server及Client开放授权 生产
nutz-plugins-profiler Maven Central 性能监控 开发中
nutz-plugins-protobuf Maven Central 提供protobuf双向通信所需要的适配器和View 生产
nutz-plugins-qrcode Maven Central 生成 QRCode,基于 zxing 生产
nutz-plugins-secken Maven Central 完整实现洋葱登陆协议 生产
nutz-plugins-sfntly Maven Central sfntly的fork版本,修正错误并添加可编程调用 生产
nutz-plugins-sigar Maven Central 深度集成sigar 试用
nutz-plugins-slog Maven Central 注解式系统日志 试用
nutz-plugins-spring-boot-starter Maven Central 待编写 生产
nutz-plugins-sqltpl Maven Central 支持多种模板引擎 试用
nutz-plugins-thrift-netty Maven Central 深度集成thrift-netty 试用
nutz-plugins-validation Maven Central 独立,小巧且够用的校验库 试用
nutz-plugins-views Maven Central freemarker/velocity/thymeleaf/pdf 视图插件 生产
nutz-plugins-webqq Maven Central webqq集成 开发中
nutz-plugins-websocket Maven Central 为websocket提供完整支持 生产
nutz-plugins-xmlentitymaker Maven Central 使用xml定义实体,替换原生的注解方式 试用
nutz-plugins-zdoc Maven Central 写文档也可以很轻松 开发中
nutz-plugins-bex5 Maven Central 和bex5集成 试用

Packages

 
 
 

Languages

  • JavaScript 69.1%
  • CSS 15.4%
  • Java 10.2%
  • HTML 5.0%
  • CoffeeScript 0.3%
  • PHP 0.0%