首页>代码>Spring Boot+Maven+Spring Data JPA+apache Shiro+Easyui实现通用用户权限管理系统>/topJ/src/main/java/cn/temptation/Application.java
package cn.temptation;
import org.springframework.boot.Banner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
// 程序入口
SpringApplication springApplication = new SpringApplication(Application.class);
springApplication.setBannerMode(Banner.Mode.CONSOLE);
springApplication.run(args);
}
}
最近下载更多
呜呜呜吴天 LV2
2022年11月11日
xsxtxbb LV8
2022年10月10日
wangsu123456 LV9
2022年2月23日
wanglinddad LV55
2021年12月26日
chen_jw LV10
2021年9月17日
贾大神 LV6
2021年7月7日
ericxu1116 LV24
2021年5月15日
interface LV22
2021年4月29日
lyd19931203 LV21
2021年4月22日
laishaofe LV7
2021年4月12日

最近浏览