• Fabrizio Cucci's avatar
    Removed redundant override of the configure method · 3c901fef
    Fabrizio Cucci authored
    Since the `SampleJerseyApplication` class is already passed in the
    `SpringApplicationBuilder` constructor, there is no need to override the
    configure method of the `SpringBootServletInitializer` class.
    
    Closes gh-5773
    3c901fef
SampleJerseyApplication.java 1.1 KB