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.17.1"   -DinteractiveMode=false 

Required parameters for generate java project:

serviceSdkVersion
validationRegex: none
asyncApi
validationRegex: none

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

License

License

GroupId

GroupId

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

ArtifactId

service-sdk-spring-boot-archetype
Version

Version

4.17.1
Type

Type

maven-archetype
Description

Description

service-sdk-spring-boot-archetype
hybris maven archetype for a basic Spring Boot YaaS Service
Project Organization

Project Organization

SAP SE

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.17.1 -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.