简介

lodsve-framework
My development tools, it encapsulates some open source projects, and better facilitate the conduct of Java Web development.
What is lodsve
lodsvelodsve is the short of Let our development of Spring very easy!.
Simple Introduction
Base on some open source framework. It encapsulates some classes and methods to make more convenient for developers.
It consists of the following modules:
lodsve-3rd
lodsve-cache
lodsve-core
lodsve-dfs
lodsve-framework-bom
lodsve-mongodb
lodsve-mybatis
lodsve-rabbitmq
lodsve-rdbms
lodsve-redis
lodsve-rocketmq
lodsve-search
lodsve-security
lodsve-test
lodsve-validate
lodsve-web
lodsve-wechat
How To Use
com.lodsvelodsve-framework-bom${lodsve.version}pomimport
About release
Version No. like MAJOR.MINOR.PATCH-RELEASE/ALPHA/BETA.
MAJORversion when I make incompatible API changes,MINORversion when I add functionality in a backwards-compatible manner, andPATCHversion when I make backwards-compatible bug fixes.RELEASEmeans a stable release version.ALPHAmeans internal version.BETAmeans just for testing.
Newest version
Now the newest and stable version is 2.7.1-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 demos
git clone [email protected]:lodsve/lodsve-demo.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 8andMaven 3.3.XandLombok Pluginconfigured properly in your IDE.
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 trueConfig your IDE
Eclipse: Open Settings-General-Workspace, modify
New text file line delimiterasUnixEclipse: Open Settings-General-Workspace, modify
Text file encodingasUTF-8IDE: Open Setting-Editor-Code Style, modify
line delimiterasUnix and OS X(\n)IDE: Open Setting-Editor-File encoding, modify all
EncodingasUTF-8andwith NO BOM
Required IDE Plugins(Both Eclipse and Intellij IDEA):
Alibaba Java Coding Guidelines
Lombok plugin
Change History
Contact me
Email: [email protected]
QQ: 867885140
License
The Lodsve Framework is released under version 3.0 of the GNU General Public License.
Last updated