摘要: 结构 1使用starter,访问maven仓库地址 http://mvnrepository.com 或者直接在pom.xml中添加依赖,注意,如果包不能被引用,把<scope>给注释掉 <!-- 引入mybatis的starter的包 --> <dependency> <groupId>org.m 阅读全文
posted @ 2020-08-27 19:44 我是一只老白兔 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 直接将<scope>xxxxxxx</scope>注解掉,然后重新update maven就可以了 阅读全文
posted @ 2020-08-27 17:27 我是一只老白兔 阅读(689) 评论(0) 推荐(0) 编辑
摘要: 1访问www.thymeleaf.org 2点击docs 3选择快速学习 4看不懂英文的,可以去下载沙拉查词,地址https://www.cnblogs.com/zhushilai/p/13446847.html 阅读全文
posted @ 2020-08-27 10:29 我是一只老白兔 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 1在pom.xml中添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 2在applica 阅读全文
posted @ 2020-08-27 10:16 我是一只老白兔 阅读(196) 评论(0) 推荐(0) 编辑