摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2023-03-05 22:05 Mr_sven 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 1.创建项目,打包方式设置为war 2.配置web.xml路径:D:\Code\spring\ssm2023\ssm2023\spring_mvc\src\main\webapp\WEB-INF\web.xml 3.引入pom依赖 <project xmlns="http://maven.apach 阅读全文
posted @ 2023-03-05 19:21 Mr_sven 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 引入依赖 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>5.2.0</version> </dependency> mybatis-config.x 阅读全文
posted @ 2023-03-05 12:30 Mr_sven 阅读(220) 评论(0) 推荐(0) 编辑