首页>代码>spring boot+mybatis+ehcache(缓存)整合的简单实例>/springboot-mybatis/src/main/java/com/singhand/Application.java
package com.singhand;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
/**
 * 系统启动类
 * @author mjy
 *
 */
@EnableCaching 
@EnableAutoConfiguration
@SpringBootApplication
public class Application {

	public static void main(String[] args) {
		SpringApplication.run(Application.class, args);
	}
}
最近下载更多
WXX1083402844  LV1 2021年12月3日
mudingc木钉  LV30 2021年6月16日
1798672867  LV21 2021年5月22日
912299793  LV21 2021年4月22日
欠踹de背影  LV25 2020年12月25日
wcy071213  LV27 2020年11月17日
sangyy  LV10 2020年8月21日
zaizai21312  LV10 2020年6月12日
youwuzuichen  LV10 2020年4月30日
海问香  LV6 2020年1月20日
最近浏览更多
woldxy  LV12 2023年9月14日
hbsoft2008  LV16 2023年3月23日
xiaoyuer2  LV8 2022年11月20日
love8309287  LV4 2022年10月9日
wang512237140  LV20 2021年12月14日
WXX1083402844  LV1 2021年12月3日
尹恒yingying  LV18 2021年10月28日
mudingc木钉  LV30 2021年6月16日
912299793  LV21 2021年4月22日
caojianlong1  LV6 2021年2月3日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友