Create Java project with Maven archetype devon4j-template-server

Application template for a server app based on devon4j.

Create a Java Project by archetype devon4j-template-server with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DdbType="My-dbType"   -Dbatch="My-batch"   -DarchetypeGroupId="com.devonfw.java.templates"   -DarchetypeArtifactId="devon4j-template-server"   -DarchetypeVersion="2022.04.001"   -DinteractiveMode=false 

Required parameters for generate java project:

dbType
validationRegex: none
batch
validationRegex: batch|[.]

Generated Project modules

  • server

Details about maven archetype devon4j-template-server

License

License

GroupId

GroupId

com.devonfw.java.templates
ArtifactId

ArtifactId

devon4j-template-server
Version

Version

2022.04.001
Type

Type

maven-archetype
Description

Description

devon4j-template-server
Application template for a server app based on devon4j.
Project URL

Project URL

https://devonfw.com/
Project Organization

Project Organization

devonfw
Source Code Management

Source Code Management

https://github.com/devonfw/devon4j/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.devonfw.java.templates -DarchetypeArtifactId=devon4j-template-server -DarchetypeVersion=2022.04.001 -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.