Class FaviconController

  • All Implemented Interfaces:

    @RestController()@RequestMapping() 
    public final class FaviconController
    
                        

    Spring Boot 2.2+ does not include the default favicon.ico anymore. This is needed to check if the S3 Mock is up (at least in our examples and some use-cases)

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit favicon()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FaviconController

        FaviconController()
    • Method Detail

      • favicon

        @GetMapping(value = {"favicon.ico"}) final Unit favicon()