SpringBoot+Mybatis+Thymeleaf实现CURD详细基本配置

环境:Mac、IDEA、JDK1.8 省略构建项目的步骤直接上代码: 1:项目结构 2:pom.xml 3:properties配置文件(相同配置的yml文件) 4:Controller(增删改查) 5:Mapper.xml 6:页面(thymeleaf模版) 7:注意事项: ** 图片的html中的报错可直接忽略** 1⃣️模版文件中(html)必须引入thymeleaf的xmlns (否则标签
相关文章
相关标签/搜索