2022年5月13日
摘要: 添加web支持,编写web.xml: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSche 阅读全文
posted @ 2022-05-13 21:03 键盘敲烂的朱 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1.配置Spring整合Mybatis,我们这里的数据源使用c3p0连接池 2.编写Spring整合Mybatis的相关配置文件:spring-dao.xml <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springf 阅读全文
posted @ 2022-05-13 20:52 键盘敲烂的朱 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 环境要求 IDEA Mysql 5.7.37 Tomcat 8 Maven 3.6 搭建数据库环境: 1.新建maven项目,命名ssmbuild 2.导入相关pom依赖! <!--Junit--><dependency> <groupId>junit</groupId> <artifactId>j 阅读全文
posted @ 2022-05-13 20:16 键盘敲烂的朱 阅读(37) 评论(0) 推荐(0) 编辑