你能确认使用Dolphin平台'spring-boot-archetype‘的存储库吗?
谢谢
发布于 2015-12-16 16:36:29
Maven Central提供了Dolphin Platform的Maven原型。您可以找到Spring Boot原型here。
昨天海豚平台的we released the version 0.7也添加了一个基于KumuluzEE的原型。目前在Maven Central上仍然看不到这个,但可能会在接下来的几个小时内出现。如果你想在IntelliJ这样的集成开发环境中创建一个基于原型的项目,你可以找到一个描述here。
如果你想从shell创建一个项目,你只需要这个命令:
mvn archetype:generate -DarchetypeGroupId=com.canoo.dolphin-platform -DarchetypeArtifactId=spring-boot-archetypetypehttps://stackoverflow.com/questions/34135267
复制相似问题