摘要: Spring环境搭建 Spring环境搭建步骤 创建工程(Project&Module) 导入静态页面(见资料jsp页面) 导入需要坐标(controller、service、dao、domian、utils) 创建包结构(controller、service、dao、domian、utils) 导 阅读全文
posted @ 2021-12-24 14:16 Tian-Jotian-Yongxing 阅读(36) 评论(0) 推荐(0)
摘要: Spring JDBC Template JDBCTemplate概述 它是spring框架中提供的一个对象,是对原始繁琐的jdbc API对象的简单封装。Spring框架为我们提供了很多的操作模板类。例如:操作关系型数据的jdbcTemplate和hibernateTemplate,操作nosql 阅读全文
posted @ 2021-12-24 10:09 Tian-Jotian-Yongxing 阅读(41) 评论(0) 推荐(0)
摘要: Spring 基于黑马程序员SSM框架的课堂笔记,感谢黑马程序员! # Spring+SpringMVC+MyBatis Spring快速入门 导入相关依赖 Spring-context junit <dependencies> <dependency> <groupId>org.springfra 阅读全文
posted @ 2021-12-24 10:08 Tian-Jotian-Yongxing 阅读(36) 评论(0) 推荐(0)