Commit be4d3b3e by zhangmengqi

添加mongodb依赖

parent c7157f8d
...@@ -133,4 +133,6 @@ dependencies { ...@@ -133,4 +133,6 @@ dependencies {
compile("de.codecentric:spring-boot-admin-starter-client:2.2.0") compile("de.codecentric:spring-boot-admin-starter-client:2.2.0")
// 编译测试 // 编译测试
testCompile("com.patzn.cloud:patzn-test-parent:2.0") testCompile("com.patzn.cloud:patzn-test-parent:2.0")
implementation('org.springframework.boot:spring-boot-starter-data-mongodb')
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment