private boolean isAjax(HttpServletRequest request) {
return "XMLHttpRequest".equals(request.getHeader("X-Requested-With"));
}
return "XMLHttpRequest".equals(request.getHeader("X-Requested-With"));
}
2018-07-23
两个classpath的配置方式不一样
freemarker不需要最后的/
spring.freemarker.template-loader-path=classpath:/templates
thymeleaf最后需要加/
spring.thymeleaf.prefix=classpath:/templates/
freemarker不需要最后的/
spring.freemarker.template-loader-path=classpath:/templates
thymeleaf最后需要加/
spring.thymeleaf.prefix=classpath:/templates/
2018-07-14
其实这个老师在讲课方法真的不行,有没有这个老师毫无意义,可以直接给我们源码就好了,不推荐基础一般的人看,一头雾水看完。
2018-07-13
Mymapper这个插件是自定义的都不说一下的吗,老师,你说插件还以为是那种引入就可以使用的插件。
2018-06-27