mirror of
https://gitee.com/nutz/nutzboot.git
synced 2024-11-29 18:28:01 +08:00
Migrated repository
design | ||
doc | ||
nutzboot-demo | ||
nutzboot-starter | ||
nutzboot-starter-beetl | ||
nutzboot-starter-cfx | ||
nutzboot-starter-disque | ||
nutzboot-starter-dubbo | ||
nutzboot-starter-grpc | ||
nutzboot-starter-hasor | ||
nutzboot-starter-jdbc | ||
nutzboot-starter-jetty | ||
nutzboot-starter-jetx | ||
nutzboot-starter-mongodb | ||
nutzboot-starter-mqtt | ||
nutzboot-starter-ngrok | ||
nutzboot-starter-nutz | ||
nutzboot-starter-nutz-dao | ||
nutzboot-starter-nutz-mvc | ||
nutzboot-starter-quartz | ||
nutzboot-starter-rabbitmq | ||
nutzboot-starter-redis | ||
nutzboot-starter-shiro | ||
nutzboot-starter-swagger | ||
nutzboot-starter-tomcat | ||
nutzboot-starter-undertow | ||
nutzboot-starter-weixin | ||
nutzboot-starter-wkcache | ||
nutzboot-starter-zbus | ||
.gitignore | ||
.travis.yml | ||
ChangeLog.md | ||
LICENSE | ||
License.txt | ||
mvn_settings.py | ||
mvn_settings.xml | ||
pom.xml | ||
README.md |
nutzboot
简称NB,基于Nutz的微服务方案
来个NB的demo
package io.nutz.demo.simple;
import org.nutz.boot.NbApp;
import org.nutz.ioc.loader.annotation.*;
import org.nutz.mvc.annotation.*;
@IocBean
public class MainLauncher {
@Ok("raw")
@At("/time/now")
public long now() {
return System.currentTimeMillis();
}
public static void main(String[] args) throws Exception {
new NbApp(MainLauncher.class).run();
}
}
开发计划
期待您的加入
- 基础框架
- 基础框架的文档
- 基本框架的实现
- 服务器类启动器
- 数据库类相关
- 关系型数据库
- Jdbc连接池
- Nutz.Dao
- BeetlSql
- Hibernate
- mybatis
- 非关系型数据库
- Redis
- MongoDB
- neo4j
- memcached
- ssdb
- Cassandra
- HBase
- rethinkdb
- 关系型数据库
- Mvc
- Nutz.Mvc
- 安全鉴权
- 计划任务
- 模板引擎
- Beetl
- jetbrick-template
- Vecloity
- FreeMarker
- Thymeleaf
- 消息队列
- disque
- zeromq
- rabbitmq
- rocketmq
- activemq
- 工作流
- uflo2
- Activity
- 规则引擎
- urule
- drools
- 开放平台
- 微信公众号开放平台
- 云平台
- 缓存相关
- wkcache 方法缓存
- docker相关
- docker compose配置
- WebService
- CXF
第三方starter或项目
期待您的到来,报个issue告知一下吧 ^_^
文档
授权协议
与Nutz一样, NutzBoot遵循Apache协议,完全开源,文档齐全,永远免费(商用也是)