1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/lodsve-lodsve-boot

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Это зеркальный репозиторий, синхронизируется ежедневно с исходного репозитория.
Клонировать/Скачать
Внести вклад в разработку кода
Синхронизировать код
Отмена
Подсказка: Поскольку Git не поддерживает пустые директории, создание директории приведёт к созданию пустого файла .keep.
Loading...
README.md

lodsve-boot

Lodsve develop kits base on Spring-Boot and some opensource components!

 _               _                ______             _
| |             | |               | ___ \           | |
| |     ___   __| |_____   _____  | |_/ / ___   ___ | |_
| |    / _ \ / _` / __\ \ / / _ \ | ___ \/ _ \ / _ \| __|
| |___| (_) | (_| \__ \\ V /  __/ | |_/ / (_) | (_) | |_
\_____/\___/ \__,_|___/ \_/ \___| \____/ \___/ \___/ \__|

中文版本

Deploy Snapshot Weekly Github Action Maven Verify

LICENSE Maven Central GitHub stars GitHub forks GitHub issues GitHub pull requests FOSSA Status

Simple Introduction

  1. Lodsve develop kits base on Spring-Boot and some opensource components!

  2. It consists of the following modules:

    See capability

How To Use

  1. release version

     <parent>
         <groupId>com.lodsve.boot</groupId>
         <artifactId>lodsve-boot-dependencies</artifactId>
         <version>x.x.x.RELEASE</version>
     </parent>
  2. 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>

About release

  1. I will automatically publish a snapshot version every week through Github Action!

    Artifact version number like x.x.x-YYYYMMDD-SNAPSHOT.

  2. Release a release version from time to time.

    Artifact version number like x.x.x.RELEASE.

Check out sources

git clone git@github.com:lodsve/lodsve-boot.git

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 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. 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
  3. 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
  4. Required IDE Plugins(Both Eclipse and Intellij IDEA):

    • Alibaba Java Coding Guidelines
    • Lombok plugin

Documentation

See the master branch JavaDoc.

Contact me

  1. Email: sunhao.java@gmail.com
  2. QQ: 867885140
  3. Blog: Blog OSChina

License

The Lodsve Boot is released under version 2.0 of the Apache License.

FOSSA Status

Thanks

The Lodsve Boot was created using awesome JetBrains IDEA.

LOGO

Комментарии ( 0 )

Вы можете оставить комментарий после Вход в систему

Введение

Lodsve разрабатывает комплекты на основе Spring-Boot и некоторых компонентов с открытым исходным кодом! Развернуть Свернуть
Apache-2.0
Отмена

Обновления

Пока нет обновлений

Участники

все

Недавние действия

Больше нет результатов для загрузки
1
https://gitlife.ru/oschina-mirror/lodsve-lodsve-boot.git
git@gitlife.ru:oschina-mirror/lodsve-lodsve-boot.git
oschina-mirror
lodsve-lodsve-boot
lodsve-lodsve-boot
1.0.2-20230305-SNAPSHOT