Class QuotesApplication

java.lang.Object
info.ejava.examples.svc.content.quotes.QuotesApplication

@SpringBootApplication public class QuotesApplication extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
    Execute these customizations first (Highest Precedence) and then the properties second so that properties can override Java configuration.
    static void
    main(String... args)
     

    Methods inherited from class java.lang.Object

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

    • QuotesApplication

      public QuotesApplication()
  • Method Details

    • main

      public static void main(String... args)
    • jacksonMapper

      @Bean @Order(-2147483648) public org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer jacksonMapper()
      Execute these customizations first (Highest Precedence) and then the properties second so that properties can override Java configuration.
      Returns: