Create Java project with Maven archetype ymkt-cf-spring

Spring Boot based starter project for Cloud Foundry Platform

Create a Java Project by archetype ymkt-cf-spring with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DhostName="My-hostName"   -DdockerImageName="My-dockerImageName"   -Dmarketing_cloud_url="My-marketing_cloud_url"   -Dmarketing_cloud_username="My-marketing_cloud_username"   -Dmarketing_cloud_password="My-marketing_cloud_password"   -DarchetypeGroupId="com.sap.cloud.mkt"   -DarchetypeArtifactId="ymkt-cf-spring"   -DarchetypeVersion="1.2.0"   -DinteractiveMode=false 

Required parameters for generate java project:

hostName
validationRegex: none
dockerImageName
validationRegex: none
marketing_cloud_url
validationRegex: none
marketing_cloud_username
validationRegex: none
marketing_cloud_password
validationRegex: none

Details about maven archetype ymkt-cf-spring

License

License

GroupId

GroupId

com.sap.cloud.mkt
ArtifactId

ArtifactId

ymkt-cf-spring
Version

Version

1.2.0
Type

Type

maven-archetype
Description

Description

Spring Boot Archetype
Spring Boot based starter project for Cloud Foundry Platform
Project URL

Project URL

https://www.sap.com
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.mkt -DarchetypeArtifactId=ymkt-cf-spring -DarchetypeVersion=1.2.0 -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.