Не удалось связать свойства в chaos.monkey.assaults с de.codecentric.spring.boot.chaos.monkey.configuration.AssaultProperties

После добавления choas Money приложение начинает выдавать ошибку "nAPPLICATION FAILED TO START".

Версия Springbot:

        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
                <version>2.1.9.RELEASE</version>
            </parent>

Весеннее облако:

        <dependencyManagement>
                <dependencies>
                    <dependency>
                        <groupId>io.pivotal.spring.cloud</groupId>
                        <artifactId>spring-cloud-services-dependencies</artifactId>
                        <version>2.1.2.RELEASE</version>
                        <type>pom</type>
                        <scope>import</scope>
                    </dependency>
                    <dependency>
                        <groupId>org.springframework.cloud</groupId>
                        <artifactId>spring-cloud-dependencies</artifactId>
                        <version>Greenwich.RELEASE</version>
                        <type>pom</type>
                        <scope>import</scope>
                    </dependency>
                </dependencies>
            </dependencyManagement>

Обезьяна Чоас:

        <dependency>
                <groupId>de.codecentric</groupId>
                <artifactId>chaos-monkey-spring-boot</artifactId>
                <version>2.2.0</version>
            </dependency>
            <dependency>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-actuator</artifactId>
            </dependency>

Журналы ошибок:

    "org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter",
    "message":"\r\n\r\n***************************\r\nAPPLICATION FAILED TO START\r\n***************************\r\n\r\n

    Description:\r\n\r\nBinding to target org.springframework.boot.context.properties.bind.BindException: 
    Failed to bind properties under 'chaos.monkey.assaults' to de.codecentric.spring.boot.chaos.monkey.configuration.AssaultProperties
    

0 ответов

Другие вопросы по тегам