Repository for Dolphin Platform spring-boot-archetype

99 Views Asked by At

Can you confirm the repository to use to use the Dolphin Platform 'spring-boot-archetype'?

Thanks

1

There are 1 best solutions below

1
On

The Maven archetypes for the Dolphin Platform are available by Maven Central. You can find the Spring Boot archetype here.

Yesterday we released the version 0.7 of Dolphin Platform that adds a KumuluzEE based archetype, too. Currently this one is still not visible at Maven Central but might appear the next hours. If you want to create a project based on the archetype in an IDE like IntelliJ you can find a description here.

If you want to create a project from the shell you only need this command:

mvn archetype:generate -DarchetypeGroupId=com.canoo.dolphin-platform -DarchetypeArtifactId=spring-boot-archetypetype