Create Java project with Maven archetype service-sdk-spring-boot-archetype

hybris maven archetype for a basic Spring Boot YaaS Service

Create a Java Project by archetype service-sdk-spring-boot-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DserviceSdkVersion="My-serviceSdkVersion"   -DasyncApi="My-asyncApi"   -DarchetypeGroupId="com.sap.cloud.yaas.service-sdk"   -DarchetypeArtifactId="service-sdk-spring-boot-archetype"   -DarchetypeVersion="4.14.0"   -DinteractiveMode=false 

Required parameters for generate java project:

serviceSdkVersion
validationRegex: none
asyncApi
validationRegex: none

Details about maven archetype service-sdk-spring-boot-archetype

GroupId

GroupId

com.sap.cloud.yaas.service-sdk
ArtifactId

ArtifactId

service-sdk-spring-boot-archetype
Version

Version

4.14.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.sap.cloud.yaas.service-sdk -DarchetypeArtifactId=service-sdk-spring-boot-archetype -DarchetypeVersion=4.14.0 -DinteractiveMode=false