开发技术 开发系统: MySQL8+Tomcat8.5+Spring4+Mybatis3 开发技术: SSM 开发流程 完成数据库的设计 完成项目模块划分及配置 完成后台的用户管理和帖子管理 完成前台的注册、登录、发帖子和恢复帖子功能 开发要点 声明式事务 SSM整合 业务层处理经验 项目展示 后台 ...
分类:
其他好文 时间:
2020-06-15 22:50:32
阅读次数:
158
SSM框架整合 1、导入项目依赖 <dependencies> <!--Junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency ...
分类:
其他好文 时间:
2020-06-14 19:06:33
阅读次数:
49
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc ...
分类:
其他好文 时间:
2020-06-13 14:35:15
阅读次数:
96
前言 整合SSM,以便日后查看 东西都是B站Up狂神的 视频地址:https://www.bilibili.com/video/BV1aE41167Tu 文章地址: https://blog.csdn.net/qq_33369905/article/details/105828924 在上一节中,我 ...
分类:
其他好文 时间:
2020-06-04 01:13:58
阅读次数:
56
在spring配置文件中配置:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS ...
分类:
其他好文 时间:
2020-06-01 23:30:22
阅读次数:
61
编写spring的配置文件: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS ...
分类:
其他好文 时间:
2020-06-01 23:29:30
阅读次数:
61
环境搭建: 1. 创建maven的wabapp项目,导入maven坐标: <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 ...
分类:
其他好文 时间:
2020-06-01 20:33:49
阅读次数:
67
问题所在: 在spring-dao.xml,spring-service.xml,spring-web.xml没有放在同一个上下文中时 spring-service.xml中dataSource引入失败(dataSource在spring-dao.xml中已经配置完成) 当spring-dao.xm ...
分类:
其他好文 时间:
2020-05-30 10:32:18
阅读次数:
102
SSM整合 数据库用的mysql,数据库连接池用的c3p0 创建项目 新建maven项目,选择webapp骨架 建好包,pom文件只留这些 pom文件 pom文件里添加以下依赖 数据库 建立数据库,用来测试 配置 数据库配置文件 "datasource.properties" sping相关配置 " ...
分类:
其他好文 时间:
2020-05-15 19:49:33
阅读次数:
57
环境搭建要求: 软件环境: - Windows7 x64 + - IDEA 2018 + - MySQL 5.0 + - Tomcat 8 + - Maven 3.0 + 【建议:越新越好】 知识点: - MySQL数据库操作 - Spring - JavaWeb - Mybatis - 前端基础 ...
分类:
编程语言 时间:
2020-05-08 09:35:06
阅读次数:
74