bboot 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
bboot 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
bboot 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 Apache-2.0
开发语言 Java 查看源码 »
操作系统 跨平台
软件类型 开源软件
所属分类 开发工具项目构建
开源组织
地区 国产
投 递 者 bboss
适用人群 未知
收录时间 2018-02-11

软件简介

bboot是bboss的快速开发/部署/运行环境工具包,基于gradle管理项目工程,内置tomcat/jetty两种容器,根据需要进行选取,集成bboss主要模块有:

  1. bboss ioc

  2. mvc

  3. 持久层

  4. taglib标签库

  5. kafka

  6. bboss data(redis/mongodb/elasticsearch)

  7. rpc/http/cxfwebservice

  8. quartz任务调度等模块

  9. security ticket

  10. session共享

在项目中导入bboot gradle依赖:

  • tomcat

dependencies {
		testCompile 'junit:junit:4.12'

		compile  (
				
				[group: 'com.bbossgroups.boot', name: 'bboot-starter-tomcat', version: '5.0.3.8.3', transitive: true]

		)
		
		runtime(
				[group: 'com.bbossgroups', name: 'bboss-rt', version: '5.0.3.8.3', transitive: false]
		)
	}
  • jetty

dependencies {
		testCompile 'junit:junit:4.12'

		compile  (
				
				[group: 'com.bbossgroups.boot', name: 'bboot-starter-jetty', version: '5.0.3.8.3', transitive: true]

		)
		
		runtime(
				[group: 'com.bbossgroups', name: 'bboss-rt', version: '5.0.3.8.3', transitive: false]
		)
	}
展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(1) 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
1 评论
5 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部