3132333435363738
*/ public class SwaggerBootstrapServlet extends HttpServlet { public void init(final ServletConfig config) throws ServletException { super.init(config); ConfigFactory.setConfig(new WebXMLReader(config)); reload(); }