Migrated repository
Go to file
2017-11-29 21:52:39 +08:00
design update:参考zozoh意见,最佳改为上佳,低调低调 2017-11-09 17:33:40 +08:00
doc update: 看看文档的效果 2017-11-29 21:52:39 +08:00
nutzboot-demo update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-beetl update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-cfx update: 补充发布到maven中央库所需要的pom.xml内容 2017-11-21 23:39:51 +08:00
nutzboot-starter-disque update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-dubbo update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-grpc update: 补充发布到maven中央库所需要的pom.xml内容 2017-11-21 23:39:51 +08:00
nutzboot-starter-hasor update: 补充发布到maven中央库所需要的pom.xml内容 2017-11-21 23:39:51 +08:00
nutzboot-starter-jdbc update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-jetty update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-jetx update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-mongodb update: 补充发布到maven中央库所需要的pom.xml内容 2017-11-21 23:39:51 +08:00
nutzboot-starter-mqtt update: 补充发布到maven中央库所需要的pom.xml内容 2017-11-21 23:39:51 +08:00
nutzboot-starter-ngrok update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-nutz fix: wkcache应该引用nutzboot-starter-redis 2017-11-22 13:02:56 +08:00
nutzboot-starter-nutz-dao update: 补充发布到maven中央库所需要的pom.xml内容 2017-11-21 23:39:51 +08:00
nutzboot-starter-nutz-mvc change: 国际化的目录变更为locales 2017-11-29 20:04:43 +08:00
nutzboot-starter-quartz update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-rabbitmq update: 补充发布到maven中央库所需要的pom.xml内容 2017-11-21 23:39:51 +08:00
nutzboot-starter-redis update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-shiro update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-swagger update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-tomcat update: 补充发布到maven中央库所需要的pom.xml内容 2017-11-21 23:39:51 +08:00
nutzboot-starter-undertow update: 补充发布到maven中央库所需要的pom.xml内容 2017-11-21 23:39:51 +08:00
nutzboot-starter-weixin update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-wkcache update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-zbus update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
.gitignore update:使用vue+eleUI重构了构筑页面 2017-11-08 19:07:35 +08:00
.travis.yml change: demo移动profile,需要手动开启才编译 2017-11-23 16:10:36 +08:00
ChangeLog.md add: 应胖五的要求, 开始添加md格式的文档 2017-11-29 16:26:12 +08:00
LICENSE Initial commit 2017-10-20 15:11:49 +08:00
License.txt add: 添加授权文件,Readme添加更新链接和描述 2017-11-22 00:18:12 +08:00
mvn_settings.py add: God说要有光,然后有了光 2017-11-03 17:47:52 +08:00
mvn_settings.xml add: God说要有光,然后有了光 2017-11-03 17:47:52 +08:00
pom.xml update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
README.md update: 看看文档的效果 2017-11-29 21:52:39 +08:00

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
  • 安全鉴权
  • 计划任务
  • 模板引擎
  • 消息队列
    • disque
    • zeromq
    • rabbitmq
    • rocketmq
    • activemq
  • 工作流
  • 规则引擎
    • urule
    • drools
  • 开放平台
    • 微信公众号开放平台
  • 云平台
  • 缓存相关
    • wkcache 方法缓存
  • docker相关
    • docker compose配置
  • WebService
    • CXF

第三方starter或项目

期待您的到来,报个issue告知一下吧 ^_^

文档

授权协议

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