mirror of
https://github.com/JeffLi1993/springboot-learning-example.git
synced 2026-03-14 14:13:52 +08:00
Spring Boot 整合 Mybatis Annotation 案例
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>springboot-mybatis-annotation</name>
|
<name>springboot-mybatis-annotation</name>
|
||||||
<description>Springboot-mybatis :: 整合Mybatis Annotation Demo</description>
|
<description>Springboot-mybatis :: 整合 Mybatis Annotation 案例</description>
|
||||||
|
|
||||||
<!-- Spring Boot 启动父依赖 -->
|
<!-- Spring Boot 启动父依赖 -->
|
||||||
<parent>
|
<parent>
|
||||||
@@ -24,7 +24,6 @@
|
|||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!-- Spring Boot Web 依赖 -->
|
<!-- Spring Boot Web 依赖 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user