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

An archetype which generates a complete spring-boot-service with an RESTFUL api with dummy implementation. Each application layer is Additionally creates an FeignClient coupled to the API of the service, which clients could use. Check https://github.com/bitgrip/spring-boot-archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.bitgrip.archetypes"   -DarchetypeArtifactId="spring-boot-service"   -DarchetypeVersion="0.1.0"   -DinteractiveMode=false 

Модули в готовом maven проекте

  • api
  • domain
  • service
  • application
  • controller
  • client

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

Лицензия

Лицензия

Группа

Группа

de.bitgrip.archetypes
Идентификатор

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

spring-boot-service
Версия

Версия

0.1.0
Тип

Тип

maven-archetype
Описание

Описание

An archetype of a spring-boot-service
An archetype which generates a complete spring-boot-service with an RESTFUL api with dummy implementation. Each application layer is Additionally creates an FeignClient coupled to the API of the service, which clients could use. Check https://github.com/bitgrip/spring-boot-archetype
Ссылка на сайт

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

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

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

https://github.com/bitgrip/spring-boot-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.bitgrip.archetypes -DarchetypeArtifactId=spring-boot-service -DarchetypeVersion=0.1.0 -DinteractiveMode=false

Зависимости

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

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

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