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