shimingxy 40c3e15d9b fix
2019-12-09 00:25:20 +08:00

11 lines
252 B
Java

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");
}
}