首页>代码>spring boot+apache shiro+mybatis+bootstrap+jquery开发文件上传下载后台管理系统,支持视频在线播放>/RuoYi-fast/src/main/java/com/ruoyi/RuoYiApplication.java
package com.ruoyi; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; /** * 启动程序 * * @author ruoyi */ @SpringBootApplication(exclude = { DataSourceAutoConfiguration.class }) @MapperScan("com.ruoyi.project.*.*.mapper") public class RuoYiApplication { public static void main(String[] args) { // System.setProperty("spring.devtools.restart.enabled", "false"); SpringApplication.run(RuoYiApplication.class, args); System.out.println("系统启动成功!"); System.out.println("系统启动成功!"); System.out.println("系统启动成功!"); System.out.println("系统启动成功!"); System.out.println("系统启动成功!"); } }

zheng930 LV1
2024年12月17日
shuangfu LV25
2024年5月7日
YafengLiang LV15
2023年11月28日
fellowfun LV12
2023年8月17日
pandaqiqi LV3
2023年6月27日
lyws1986 LV17
2023年5月25日
张三12348613 LV3
2023年4月26日
hbsoft2008 LV16
2023年2月17日
yuanwu LV1
2022年10月31日
and123456 LV11
2022年7月11日