上一页 1 ··· 10 11 12 13 14
摘要: Spring基础-01 1.Spring第一个程序 pom依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.3.8</version> </ 阅读全文
posted @ 2021-07-31 21:21 行稳致远方 阅读(48) 评论(0) 推荐(0)
摘要: Mybatis基础-02 1.注解开发 配置mapper。 <configuration> <!-- mapper的位置 --> <mappers> <!--<mapper resource="mapper/UserMapper.xml"/>--> <mapper class="com.my.myb 阅读全文
posted @ 2021-07-18 18:58 行稳致远方 阅读(48) 评论(0) 推荐(0)
摘要: Mybatis基础-01 1.Mybatis第一个程序 引入依赖 <dependencies> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.25</v 阅读全文
posted @ 2021-07-17 20:05 行稳致远方 阅读(54) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14