√ SSM
文章平均质量分 94
学习ing...
阿财继续努力
学习ing...
展开
-
√ SSM - 02.常用的配置文件模板
文章目录0. 关系图1. 【pom.xml】2. 【xxxMapper.xml】3. 【mybatis-config.xml】4. 【applicationContext.xml】5. 【database.properties】6. 【spring-dao.xml】7. 【spring-service.xml】8. 【spring-mvc.xml】9. 【web.xml】 0. 关系图 1. 【pom.xml】 导入依赖:Junit、数据库驱动、数据库连接池、Servlet-JSP、MyBatis、Sp原创 2021-08-14 10:36:20 · 1121 阅读 · 0 评论 -
√ SSM - 01.怎么利用SSM框架从零实现CRUD
文章目录1. 配置pom.xml2. 连接数据库(1) 连接MySQL(2) 创建database、table3. 建立目录结构4. 创建配置文件(1) mybatis-config.xml(2) applicationContext.xml(3) database.properties(4) spring-dao.xml(5) spring-service.xml(6) spring-mvc.xml5. 配置web.xml6. 编写xxx类7. 编写xxxMapper接口8. 编写xxxMapper.xm原创 2021-08-01 11:11:41 · 1103 阅读 · 0 评论