Thanks to visit codestin.com
Credit goes to github.com

Skip to content

itrys/nutz-jdk15

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status Circle CI Coverity Scan Build Status Maven Central codecov.io GitHub release License Skywalking Tracing 项目更改目标: 1.全面使用JDK15 2.去除http模块,使用原生jdk9出来就能使用HttpClient 3.使用JDK14支持的Null异常判断 4.全面支持jdk8 stream 5.上default interface 写法,这样 Ioc 与 Ioc2 合并成一个接口。 6.使用ins of语法 7.全面使用jdk 7-jdk15的特性,对Nutz进行增删减改造。 8.增强dao功能 9.支持真正意义的插件热加载等。 10.MVC基于servlet 4.0进行改造

项目目标

在力所能及的情况下,最大限度的提高 Java 开发人员的生产力。

Talk is cheap. Show me the code!!

Nutz遵循Apache协议,完全开源,文档齐全,永远免费(商用也是)

完整的Mvc,Ioc,Dao,Aop, 快速开发Web/桌面/嵌入式应用,无强制依赖

项目各种资源地址

Nutz生态系统

nutz系统架构

Maven 资源

		<dependency>
			<groupId>org.nutz</groupId>
			<artifactId>nutz</artifactId>
			<version>1.r.68.v20190220</version>
		</dependency>

详情: https://nutzam.com/core/basic/maven.html

Gradle 依赖

compile(group: 'org.nutz', name: 'nutz', version:'1.r.68.v20190220')

采用Nutz的公司

请看链接 采用公司

Sponsorship

YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

YourKit Logo

JetBrains IntelliJ IDEA

http://www.jetbrains.com

关于我们

广州市文尔软件科技有限公司

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

About

Nutz -- Web Framework(Mvc/Ioc/Aop/Dao/Json) for ALL Java developer support jdk15

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.3%
  • Ruby 0.4%
  • JavaScript 0.2%
  • Shell 0.1%
  • Python 0.0%
  • Batchfile 0.0%