bbootbboss 的快速開發(fā)/部署/運行環(huán)境工具包
bboot是bboss的快速開發(fā)/部署/運行環(huán)境工具包,基于gradle管理項目工程,內置tomcat/jetty兩種容器,根據需要進行選取,集成bboss主要模塊有:
bboss ioc
mvc
持久層
taglib標簽庫
kafka
bboss data(redis/mongodb/elasticsearch)
rpc/http/cxfwebservice
quartz任務調度等模塊
security ticket
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]
)
}評論
圖片
表情
