lodsve mongodb

mongodb相关封装

License

License

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

com.lodsve
ArtifactId

ArtifactId

lodsve-mongodb
Last Version

Last Version

2.7.6-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

lodsve mongodb
mongodb相关封装
Project Organization

Project Organization

lodsve

Download lodsve-mongodb

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
com.google.guava : guava jar 20.0
org.springframework.data : spring-data-mongodb jar 1.10.11.RELEASE
org.mongodb : mongo-java-driver jar 2.14.1
com.mysema.querydsl : querydsl-mongodb jar 3.4.3
org.aspectj : aspectjweaver jar 1.8.13
org.springframework : spring-jdbc jar
com.lodsve : lodsve-core jar 2.7.6-RELEASE

provided (1)

Group / Artifact Type Version
com.mysema.querydsl : querydsl-apt jar 3.4.3

Project Modules

There are no modules declared in this project.

LOGO

Build Status License Maven Central GitHub stars GitHub forks GitHub issues GitHub pull requests FOSSA Status

lodsve-framework

My development tools, it encapsulates some open source projects, and better facilitate the conduct of Java Web development.

What is lodsve

lodsve is the short of Let our development of Spring very easy!.

Simple Introduction

  1. Base on some open source framework. It encapsulates some classes and methods to make more convenient for developers.

  2. It consists of the following modules:

    Module Description
    lodsve-3rd Customized third-party packages
    lodsve-cache Cache management for ehcache/memcache/oscache/redis/...
    lodsve-core Basic and core package
    lodsve-dependencies Lodsve Dependencies Management
    lodsve-filesystem Manage oss/aws s3/...
    lodsve-framework-bom Lodsve Framework (Bill of Materials)
    lodsve-mongodb Connect to MongoDB
    lodsve-mybatis Mybatis component(mybatis common DAO/type handler)
    lodsve-rabbitmq RabbitMQ component
    lodsve-rdbms DataSource for RDBMS
    lodsve-redis Redis component
    lodsve-rocketmq RocketMQ component
    lodsve-scripts Script language support
    lodsve-search Search component(solr/lucene)
    lodsve-security Authentication and certification For Spring MVC
    lodsve-test Spring unit test expand(mock and db unit test)
    lodsve-validate Validate engine via Spring AOP
    lodsve-web Spring MVC expand(include swagger)
    lodsve-wechat WeChat SDK

How To Use

<dependency>
    <groupId>com.lodsve</groupId>
    <artifactId>lodsve-framework-bom</artifactId>
    <version>${lodsve.version}</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>

About release

Version No. like MAJOR.MINOR.PATCH-RELEASE/ALPHA/BETA.

  • MAJOR version when I make incompatible API changes,
  • MINOR version when I add functionality in a backwards-compatible manner
  • PATCH version when I make backwards-compatible bug fixes.
  • RELEASE means a stable release version.
  • ALPHA means internal version.
  • BETA means just for testing.

Newest version

Now the newest and stable version is 2.7.6-RELEASE.

You can also find the newest version in maven central: http://repo1.maven.org/maven2/com/lodsve/lodsve-framework/.

Documentation

See the current reference docs.

See the master branch Api Docs.

Check out sources

git clone [email protected]:lodsve/lodsve-framework.git

Check out the configurations

cd lodsve-core/src/main/resources/META-INF/config-template

Import sources into your IDE

Run command mvn idea:idea or mvn eclipse:eclipse in the root folder.

Note: Per the prerequisites above, ensure that you have JDK 8 and Maven 3.3.X and Lombok Plugin configured properly in your IDE.

  1. Config your Git

     git config --global user.name "your name"
     git config --global user.email "your email"
     git config --global core.autocrlf false
     git config --global core.safecrlf true
    
  2. Config your IDE

    • Eclipse: Open Settings-General-Workspace, modify New text file line delimiter as Unix
    • Eclipse: Open Settings-General-Workspace, modify Text file encoding as UTF-8
    • IDE: Open Setting-Editor-Code Style, modify line delimiter as Unix and OS X(\n)
    • IDE: Open Setting-Editor-File encoding, modify all Encoding as UTF-8 and with NO BOM
  3. Required IDE Plugins(Both Eclipse and Intellij IDEA):

    • Alibaba Java Coding Guidelines
    • Lombok plugin

Change History

CHANGELOG

Contact me

  1. Email: [email protected]
  2. QQ: 867885140
  3. Blog: Blog OSChina

License

The Lodsve Framework is released under version 3.0 of the GNU General Public License.

Thanks

The Lodsve Framework was created using awesome JetBrains IDEA.

LOGO

com.lodsve

lodsve

Let our development of Spring very easy!

Versions

Version
2.7.6-RELEASE
2.7.5-RELEASE
2.7.4-RELEASE
2.7.2-RELEASE
2.7.1-RELEASE
2.7.0-RELEASE
2.6.7-RELEASE
2.6.6-RELEASE
2.6.5-RELEASE
2.6.4.2-RELEASE
2.6.4.1-RELEASE
2.6.4-RELEASE
2.6.1-RELEASE
2.6.0-RELEASE