摘要: 项目代码:https://github.com/guocanzhen/jQueryAjaxJavaWeb 数据库: 注: 1、在使用Http的URL访问html页面时,需要导入themeleaf 2、ajax使用需导入jQuery脚本 https://jquery.com/download/ 生产版 阅读全文
posted @ 2020-05-24 14:49 幻影黑子 阅读(1768) 评论(0) 推荐(0)
摘要: springboot项目默认是不允许直接访问templates下的文件的,是受保护的。 如果要访问templates下的文件,推荐使用thymeleaf。 注:使用thymeleaf这一点要牢牢记住! 如何使用: 1、pom依赖 <!--thymeleaf 模板依赖--> <dependency> 阅读全文
posted @ 2020-05-24 06:27 幻影黑子 阅读(13630) 评论(0) 推荐(1)