Lodsve develop kits base on Spring-Boot and some opensource components!
_ _ ______ _
| | | | | ___ \ | |
| | ___ __| |_____ _____ | |_/ / ___ ___ | |_
| | / _ \ / _` / __\ \ / / _ \ | ___ \/ _ \ / _ \| __|
| |___| (_) | (_| \__ \\ V / __/ | |_/ / (_) | (_) | |_
\_____/\___/ \__,_|___/ \_/ \___| \____/ \___/ \___/ \__|
Lodsve develop kits base on Spring-Boot and some opensource components!
It consists of the following modules:
See capability
release version
<parent>
<groupId>com.lodsve.boot</groupId>
<artifactId>lodsve-boot-dependencies</artifactId>
<version>x.x.x.RELEASE</version>
</parent>
If you just to try new feature, please try the pre-release version. If you have any questions, please contact me in the issue.
<parent>
<groupId>com.lodsve.boot</groupId>
<artifactId>lodsve-boot-dependencies</artifactId>
<version>x.x.x-SNAPSHOT</version>
</parent>
<repositories>
<repository>
<id>maven-center-snapshot</id>
<name>Maven Center Snapshot</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
I will automatically publish a snapshot version every week through Github Action!
Artifact version number like x.x.x-YYYYMMDD-SNAPSHOT
.
Release a release version from time to time.
Artifact version number like x.x.x.RELEASE
.
git clone git@github.com:lodsve/lodsve-boot.git
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 configured 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 true
For a more standard git commit message
# commit message template
git config commit.template ./git/templates/commit-message-template
# git hook to check commit message
# windows
fsutil hardlink create .git\hooks\commit-msg git\hooks\check-commit-msg
# linux
cd ./.git/hooks/
ln -s ../../git/hooks/check-commit-msg commit-msg
Config your IDE
New text file line delimiter
as Unix
Text file encoding
as UTF-8
line delimiter
as Unix and OS X(\n)
Encoding
as UTF-8
and with NO BOM
Required IDE Plugins(Both Eclipse and Intellij IDEA):
See the master branch JavaDoc.
The Lodsve Boot
is released under version 2.0 of the Apache License.
The Lodsve Boot
was created using awesome JetBrains IDEA.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Комментарии ( 0 )