mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
11 lines
252 B
Java
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");
|
|
}
|
|
}
|