Disable Cloudformation in Spring Cloud AWS

后端 未结 1 1637
孤城傲影
孤城傲影 2021-01-17 10:02

How can I disable the Cloudformation in a spring boot app that using spring cloud AWS?

I keep getting this error when running my app on amazon:

...
C         


        
1条回答
  •  有刺的猬
    2021-01-17 10:45

    I have the following line in my application.properties (spring boot) file

    cloud.aws.stack.auto=false
    

    Official documentation: 4.4. CloudFormation configuration in Spring Boot

    0 讨论(0)
提交回复
热议问题