Removed redundant override of the configure method
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
Showing
Please register or sign in to comment