对于 Java 程序员来说,除 SSH 之外,的另一个选择
在力所能及的情况下,最大限度的提高 Web 开发人员的生产力。
- 项目官网
- Github
- Nutz社区
- 在线文档
- 官网(发布新版本时更新)
- GitHub Pages(基本做到文档有变动就更新)
- 社区常见问答 Part 1(新手必看)
- 视频+官方发布
- 各种插件
- 好玩的Nutzbook (引导式nutz入门书)
- 在线javadoc
- 案例提交 (企业项目及开源项目)
- 短地址服务 (贴日志贴代码很方便)
现已通过 Oracle JDK 8、Oracle JDK 7、OpenJDK 7、OpenJDK 6下的 maven 测试,请查阅 Travis CI地址、 CircleCI地址
稳定发布版本
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz</artifactId>
<version>1.b.53</version>
</dependency>
快照版本在每次提交后会自动deploy到sonatype快照库,享受各种bug fix和新功能
<repositories>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz</artifactId>
<version>1.r.54-SNAPSHOT</version>
</dependency>
<!-- 其他依赖 -->
</dependencies>
也可以将repositories配置放入$HOME/.m2/settings.xml中
或者直接去快照库下载
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.