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

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.flex.blazeds"   -DarchetypeArtifactId="blazeds-spring-boot-example-archetype"   -DarchetypeVersion="4.7.3"   -DinteractiveMode=false 

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

Лицензия

Лицензия

Группа

Группа

org.apache.flex.blazeds
Идентификатор

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

blazeds-spring-boot-example-archetype
Версия

Версия

4.7.3
Тип

Тип

maven-archetype
Описание

Описание

blazeds-spring-boot-example-archetype
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.flex.blazeds -DarchetypeArtifactId=blazeds-spring-boot-example-archetype -DarchetypeVersion=4.7.3 -DinteractiveMode=false

Зависимости

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

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

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