
mapper
擎云java
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot+mapper+ajax+restful风格 增删改查
1.pom文件 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency>原创 2020-09-17 08:21:32 · 430 阅读 · 0 评论 -
springboot+mapper+thymeleaf 操作数据库增删改查
1.搭建springboot脚手架2.此项目所有依赖springboot使用2.1.6.RELEASE版本<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.ap原创 2020-08-18 17:27:14 · 965 阅读 · 0 评论