文件名称:SpingbootMongdbQueryDSL:项目使用spring boot并查询dsl
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-19 17:07:56
Java
SpingbootMongdbQueryDSL 项目使用 spring boot 和查询 dsl 有时你想要自定义 spring 框架的存储库 mongodb,queryDsl 是一个完美的选择参考这个项目在 build.gradle 文件中使用 gradle 和 springboot buildscript { ext { springBootVersion = '1.2.4.RELEASE' } repositories { mavenCentral() } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") classpath(
【文件预览】:
SpingbootMongdbQueryDSL-master
----springboot-mongodb()
--------src()
--------build.gradle(2KB)
----README.md(3KB)