简介
Last updated
Last updated
My development tools, it encapsulates some open source projects, and better facilitate the conduct of Java Web development.
lodsve
lodsve
is the short of Let our development of Spring very easy!
.
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
com.lodsvelodsve-framework-bom${lodsve.version}pomimport
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, and
PATCH
version when I make backwards-compatible bug fixes.
RELEASE
means a stable release version.
ALPHA
means internal version.
BETA
means just for testing.
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/
.
See the current reference docs.
See the master branch Api Docs.
git clone git@github.com:lodsve/lodsve-framework.git
git clone git@github.com:lodsve/lodsve-demo.git
cd lodsve-core/src/main/resources/META-INF/config-template
Run command mvn idea:idea
or mvn eclipse:eclipse
in the root folder.
Note: Per the prerequisites above, ensure that you have
JDK 8
andMaven 3.3.X
andLombok Plugin
configured properly in your IDE.
Config your Git
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
Required IDE Plugins(Both Eclipse and Intellij IDEA):
Alibaba Java Coding Guidelines
Lombok plugin
Email: sunhao.java@gmail.com
QQ: 867885140
The Lodsve Framework
is released under version 3.0 of the GNU General Public License.