Создать Java проект на основе Maven архетипа spring-boot-quick-start-archetype

A famous modern and lightweight architecture based on spring Framework, Boot, Security, Data JPA, HATEOAS, Thymeleaf, WebJars, TDD, RESTful API and so on, which helps you and your team to build web applications or web services quickly and easily.

Консольная команда для создания Java-проекта на основе архетипа spring-boot-quick-start-archetype:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.supermanhub"   -DarchetypeArtifactId="spring-boot-quick-start-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Подробная информация об архетипе spring-boot-quick-start-archetype

Лицензия

Лицензия

Группа

Группа

com.github.supermanhub
Идентификатор

Идентификатор

spring-boot-quick-start-archetype
Версия

Версия

1.0
Тип

Тип

maven-archetype
Описание

Описание

spring-boot-quick-start-archetype
A famous modern and lightweight architecture based on spring Framework, Boot, Security, Data JPA, HATEOAS, Thymeleaf, WebJars, TDD, RESTful API and so on, which helps you and your team to build web applications or web services quickly and easily.
Ссылка на сайт

Ссылка на сайт

https://github.com/supermanHub/spring-boot-quick-start-archetype
Система контроля версий

Система контроля версий

https://github.com/supermanHub/spring-boot-quick-start-archetype.git

Как подключить последнюю версию

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.supermanhub -DarchetypeArtifactId=spring-boot-quick-start-archetype -DarchetypeVersion=1.0 -DinteractiveMode=false

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.