摘要: 1 页面跳转 1.1 搭建springboot项目 参考地址:springboot-hello world 1.2 在pom.xml中引入thymeleaf依赖 <!--thymeleaf模板引擎--> <dependency> <groupId>org.thymeleaf</groupId> <a 阅读全文
posted @ 2022-03-01 15:33 从0开始丿 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1 搭建一个springboot项目 参考地址:springboot-hello world 2 运行项目,访问首页 首页和网站图标都是spring默认的 3 定制主页 3.1 在/resources/sataic目录下新建一个 index.html 文件 <!DOCTYPE html> <html 阅读全文
posted @ 2022-03-01 12:56 从0开始丿 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 1 使用webjars方式导入 webjars的本质就是以jar包的方式引入我们需要的静态资源,之前导入静态资源,只需直接导入即可,但在springboot中需要使用webjars,接下来演示使用webjars导入jquery的过程 1.1 搭建一个springboot项目 参考地址:springb 阅读全文
posted @ 2022-03-01 09:50 从0开始丿 阅读(205) 评论(0) 推荐(0) 编辑