首页>代码>springboot+spring mvc+mybatis整合实现简单的增删查改(适合新手入门学习)>/demo-boot-ssm/src/main/java/com/xe/demo/Application.java
package com.xe.demo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.support.SpringBootServletInitializer; import org.springframework.cache.annotation.EnableCaching; /** * springboot启动器 * @author CZH */ // 开启缓存 @EnableCaching @SpringBootApplication public class Application extends SpringBootServletInitializer { @Override protected SpringApplicationBuilder configure(SpringApplicationBuilder application) { return application.sources(Application.class); } public static void main(String[] args) { SpringApplication.run(Application.class, args); } }
最近下载更多
wubinbin LV11
2023年12月21日
asdsasddas LV6
2022年12月14日
yin出门买了吗了 LV9
2022年7月20日
jufuduo
2022年1月22日
暂无贡献等级
龙门客栈 LV9
2021年12月17日
binscor LV1
2021年3月24日
aaa5849310 LV25
2021年2月27日
gxpcwm LV22
2021年2月25日
build138 LV20
2020年12月8日
hanxinjie LV25
2020年11月27日
最近浏览更多
wwwww816 LV5
5月21日
wubinbin LV11
2023年12月21日
wspcyhy LV1
2023年9月26日
漫步的海星 LV4
2023年9月21日
微信网友_6501775257669632
2023年6月5日
暂无贡献等级
柠熙非兮886
2023年5月29日
暂无贡献等级
黄淑瑶 LV2
2023年5月23日
微信网友_6442588254851072 LV2
2023年4月22日
李亮 LV19
2023年3月6日
asdsasddas LV6
2022年12月14日