Class FailsafeExampleApp

java.lang.Object
info.ejava.examples.svc.failsafe.hello.FailsafeExampleApp

@SpringBootApplication public class FailsafeExampleApp extends Object
  • Constructor Details

    • FailsafeExampleApp

      public FailsafeExampleApp()
  • Method Details

    • main

      public static void main(String[] args)
    • logFilter

      @Bean public jakarta.servlet.Filter logFilter()
    • baseSecurityFilterChain

      @Bean @Order(0) public org.springframework.security.web.SecurityFilterChain baseSecurityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Throws:
      Exception
    • servletContainer

      @Bean @Profile("redirect") public org.springframework.boot.web.servlet.server.ServletWebServerFactory servletContainer()
      The following set of re-direct snippets are from http://zetcode.com/springboot/https/[Spring Boot HTTPS example]
    • redirectConnector

      private org.apache.catalina.connector.Connector redirectConnector()