template-modules-mongodb

提供对mongo数据源的高级操作,针对多数据源mongo和集群mongo

License

License

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

me.wuwenbin
ArtifactId

ArtifactId

template-modules-mongodb
Last Version

Last Version

1.11.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

template-modules-mongodb
提供对mongo数据源的高级操作,针对多数据源mongo和集群mongo
Project URL

Project URL

https://github.com/miyakowork/template-boot-modules/tree/master/template-modules-mongodb

Download template-modules-mongodb

How to add to project

<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-modules-mongodb/ -->
<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-modules-mongodb</artifactId>
    <version>1.11.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-modules-mongodb/
implementation 'me.wuwenbin:template-modules-mongodb:1.11.0.RELEASE'
// https://jarcasting.com/artifacts/me.wuwenbin/template-modules-mongodb/
implementation ("me.wuwenbin:template-modules-mongodb:1.11.0.RELEASE")
'me.wuwenbin:template-modules-mongodb:jar:1.11.0.RELEASE'
<dependency org="me.wuwenbin" name="template-modules-mongodb" rev="1.11.0.RELEASE">
  <artifact name="template-modules-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-modules-mongodb', version='1.11.0.RELEASE')
)
libraryDependencies += "me.wuwenbin" % "template-modules-mongodb" % "1.11.0.RELEASE"
[me.wuwenbin/template-modules-mongodb "1.11.0.RELEASE"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.data : spring-data-mongodb jar 1.10.10.RELEASE
junit : junit jar 4.12

provided (7)

Group / Artifact Type Version
org.springframework : spring-core jar 4.3.14.RELEASE
org.springframework : spring-context jar 4.3.14.RELEASE
org.springframework : spring-aop jar 4.3.14.RELEASE
org.springframework : spring-aspects jar 4.3.14.RELEASE
org.aspectj : aspectjrt jar 1.8.9
cglib : cglib jar 3.1
org.slf4j : slf4j-log4j12 jar 1.7.25

test (1)

Group / Artifact Type Version
org.springframework : spring-test jar 4.3.14.RELEASE

Project Modules

There are no modules declared in this project.

template框架中的模块工程集合

template-modules-scanner

提供项目权限资源信息的收集扫描至数据库的自动操作,省去手动添加的麻烦


template-modules-jpa

对jdbc数据库访问层基于jdbcTemplate的高级封装,详情见具体项目的README文件


template-modules-mongodb

对jdbc数据库访问层基于mongoTemplate的高级封装,详情见具体项目的README文件


template-modules-pagination

提供两种(BootstrapTable、LayUITable)不同前端框架数据表格(dataTable)的分页模型处理对象,可自行扩展其他第三方的表格插件(已留好接口) 入口类:me.wuwenbin.modules.pagination.Pagination


template-modules-repository

提供基于 template-modules-jpa项目接口访问式的快速数据访问层的封装


template-modules-utils

工具包


template-modules-sql

sql生成快速工具

Versions

Version
1.11.0.RELEASE
1.10.17.RELEASE
1.10.16.RELEASE
1.10.14.RELEASE
1.10.7.RELEASE
1.10.6.RELEASE
1.10.2.RELEASE
1.9.0.RELEASE
1.8.0.RELEASE
1.1.0.RELEASE
1.1.0
1.0.0