package org.maxkey; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; public class T extends SpringBootServletInitializer { public static void main(String[] args) { System.out.println("MaxKeyMgtApplication"); } }