Create Java project with Maven archetype ontimize-boot-backend-archetype

Ontimize Boot Backend is an archetype for building applications with Ontimize Boot Framework.

Create a Java Project by archetype ontimize-boot-backend-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.ontimize"   -DarchetypeArtifactId="ontimize-boot-backend-archetype"   -DarchetypeVersion="1.0.2"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-api
  • ${rootArtifactId}-model
  • ${rootArtifactId}-ws
  • ${rootArtifactId}-boot

Details about maven archetype ontimize-boot-backend-archetype

License

License

GroupId

GroupId

com.ontimize
ArtifactId

ArtifactId

ontimize-boot-backend-archetype
Version

Version

1.0.2
Type

Type

maven-archetype
Description

Description

Ontimize Boot Backend Archetype
Ontimize Boot Backend is an archetype for building applications with Ontimize Boot Framework.
Project URL

Project URL

https://www.ontimize.com/
Project Organization

Project Organization

Imatia Innovation
Source Code Management

Source Code Management

https://github.com/ontimize/ontimize-archetypes/tree/ontimize-boot-backend

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.ontimize -DarchetypeArtifactId=ontimize-boot-backend-archetype -DarchetypeVersion=1.0.2 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.