Ben

Results 1 comments of Ben

I moved the SpringBootServletInitializer as suggested but the issue is still there : ```java import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; @SpringBootApplication public class ConsulIntegrationSampleApplication extends SpringBootServletInitializer { public...