Spring Cloud Launcher自定义应用程序

时间:2018-10-17 04:58:33

标签: spring spring-boot spring-cloud spring-cloud-config

我正在尝试从yml中的deployables下的spring cloud launcher config.yml启动我的应用程序。我想在开发人员中实时部署我的应用程序依赖项。

spring:
  cloud:
    launcher:
      deployables:
        application:
          coordinates: maven://com.app.appy:application:0.0.1-SNAPSHOT

我正在尝试在文档中遵循this section,有关在./config/cloud.yml中定义的自定义应用程序,但是我的Spring Boot应用程序无法正常工作。

我要执行以下命令:

spring cloud eureka configserver application

0 个答案:

没有答案