All Projects → nutzam → Nutzmore

nutzam / Nutzmore

Licence: apache-2.0
让Nutz更好用

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Nutzmore

JavaEE-projects
存放一些自己写的还有从不同开源社区fork下来的JavaEE项目,其中就不乏一些很多企业单位都在用的源码。
Stars: ✭ 43 (-86.89%)
Mutual labels:  javaee, dubbo
Jeeplatform
一款企业信息化开发基础平台,拟集成OA(办公自动化)、CMS(内容管理系统)等企业系统的通用业务功能 JeePlatform项目是一款以SpringBoot为核心框架,集ORM框架Mybatis,Web层框架SpringMVC和多种开源组件框架而成的一款通用基础平台,代码已经捐赠给开源中国社区
Stars: ✭ 1,285 (+291.77%)
Mutual labels:  dubbo, javaee
Kumuluzee
Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
Stars: ✭ 274 (-16.46%)
Mutual labels:  javaee
Jeeweb Mybatis Springboot
Springboot2.0+redis+SpringMVC+Spring+Mybatis+Mybatis Plus的Java web分布式开发系统;NettySocketIo排队系统/排队模块/排队框架,它是一款具有代码生成功能的智能快速开发平台;是以Spring Framework为核心容器,Spring MVC为模型视图控制器,Mybatis为数据访问层, Apache Shiro/Spring security为权限授权层,Ehcahe/Redis/Hazelcast对常用数据进行缓存,Disruptor作为并发框架,Bootstrap作为前端框架的优秀开源
Stars: ✭ 318 (-3.05%)
Mutual labels:  dubbo
Lunnel
fast reverse-proxy
Stars: ✭ 293 (-10.67%)
Mutual labels:  ngrok
Dubbo Go
Go Implementation For Apache Dubbo
Stars: ✭ 3,710 (+1031.1%)
Mutual labels:  dubbo
Dubbo Admin
The ops and reference implementation for Apache Dubbo
Stars: ✭ 3,444 (+950%)
Mutual labels:  dubbo
Notes
算法刷题指南、Java多线程与高并发、Java集合源码、Spring boot、Spring Cloud等笔记,源码级学习笔记后续也会更新。
Stars: ✭ 256 (-21.95%)
Mutual labels:  javaee
Nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
Stars: ✭ 20,691 (+6208.23%)
Mutual labels:  dubbo
Yan
使用Maven构建,整合Dubbo+Zookeeper+SpringMVC+Spring+MyBatis+Redis支持分布式的高效率便捷开发框架
Stars: ✭ 293 (-10.67%)
Mutual labels:  dubbo
Dis Seckill
👊SpringBoot+Zookeeper+Dubbo打造分布式高并发商品秒杀系统
Stars: ✭ 315 (-3.96%)
Mutual labels:  dubbo
Joyrpc
high-performance, high-extensibility Java rpc framework.
Stars: ✭ 290 (-11.59%)
Mutual labels:  dubbo
Zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
Stars: ✭ 16,163 (+4827.74%)
Mutual labels:  dubbo
Docklands
Minimalistic Java EE / Jakarta EE / MicroProfile Related Dockerfiles
Stars: ✭ 315 (-3.96%)
Mutual labels:  javaee
Easyee
开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.
Stars: ✭ 275 (-16.16%)
Mutual labels:  javaee
Hauler
Library with swipe to dismiss Activity gesture implementation
Stars: ✭ 325 (-0.91%)
Mutual labels:  activity
Host
Expose your LocalHost with this tool
Stars: ✭ 268 (-18.29%)
Mutual labels:  ngrok
Spring Boot Dubbo
Spring Boot with Dubbo support
Stars: ✭ 289 (-11.89%)
Mutual labels:  dubbo
Node Zookeeper Dubbo
A middleware helps node to communicate dubbo by using its default protocol, which is registered in zookeeper
Stars: ✭ 296 (-9.76%)
Mutual labels:  dubbo
Spring Cloud Alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
Stars: ✭ 20,934 (+6282.32%)
Mutual labels:  dubbo

Nutz的插件与集成库

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-activiti Maven Central 提供Activiti相关的Ioc配置 试用 wendal
integration-authz Maven Central 集成jCasbin的访问控制、权限管理机制 试用 hsluoyz
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,及任务线程环境下使用ioc方式 试用 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].