05 2022 档案

摘要:1、父项目依赖管理 <parent> <artifactId>spring-boot-starter-parent</artifactId> <groupId>org.springframework.boot</groupId> <version>2.3.4.RELEASE</version> </ 阅读全文
posted @ 2022-05-19 20:24 __three 阅读(36) 评论(0) 推荐(0)
摘要:1. 创建Maven Webapp项目 2. 补全maven项目的框架目录 > 3. 在pom.xml文件中添加相关依赖 4. 编写 SqlMapConfig.xml ( Mybatis相关配置文件 ) 大多配置被Spring整合,只需设置日志输出 <?xml version="1.0" encod 阅读全文
posted @ 2022-05-18 17:25 __three 阅读(33) 评论(0) 推荐(0)