Migrated repository
Go to file
Wendal Chen 80b58bedaa
Merge pull request #40 from nutzam/add_beetlsql
add: starter-beetlsql 及其demo
2017-12-05 19:11:28 +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 add: 新增NutzConnectionSource,实现Trans与BeetlSql的事务集成 2017-12-05 17:29:26 +08:00
nutzboot-starter update: NbApp自动推断MainClass 2017-12-02 22:43:44 +08:00
nutzboot-starter-beetl update: 整理pom里面的版本号,统一放到根pom.xml管理 2017-11-29 20:47:39 +08:00
nutzboot-starter-beetlsql add: 新增NutzConnectionSource,实现Trans与BeetlSql的事务集成 2017-12-05 17:29:26 +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 fix: mongodb最大连接数设置项 2017-12-04 14:35:37 +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 fix: shiro设置session缓存为lcache时会NPE 2017-12-04 11:22:35 +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 modify: undertow 删除无用代码 2017-12-05 15:56:41 +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 update: 把2.0-RC的变更历史完善一下,准备发新闻去 2017-12-01 11:35:24 +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 add: starter-beetlsql 及其demo 2017-12-05 14:49:50 +08:00
README.md Merge pull request #40 from nutzam/add_beetlsql 2017-12-05 19:11:28 +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告知一下吧 ^_^

Contributors

  • 蛋蛋(提交了第一个Banner及打印逻辑)
  • 胖五(nutz.io主笔)
  • qinerg(率先提交undertow)
  • 科技(Rekoe,探路者,正在踩坑)
  • 潇潇(howe,探路者,正在踩坑)
  • 道坤(探路者,正在踩坑)
  • HeTaro(探路者,正在踩坑)
  • zozoh(路过...)
  • wendal(到处挖坑)

文档

授权协议

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