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