当前位置:网站首页>SSM integration steps (emphasis)
SSM integration steps (emphasis)
2022-08-03 00:10:00 【quack doctor】
目录
applicationcontext_mapper.xml 文件的开发编辑
添加applicationcontext service.xml文件编辑
Business logic layer interface development编辑
serviceInterface implementation class development编辑
Unit test classes test business logic functionalityEdit controller development编辑
整合步骤
0)建库,建表
1)新建Maven项目,选择webapp模板
2)修改目录
3)修改pom.xml文件
4) 添加jdbc.properties属性文件
5)添加SqlMapconfig.xml文件
6)添加applicationcontext_mapper.xml 文件(数据访问层的核心配置文件)
7)添加applicationcontext service.xml文件(业务逻辑层的核心配置文件)
8)springmvc.xml文件
9)删除web.xml文件,新建,改名,设置中文编码,并注册springmvc框架,并注册spring框架
10)新建实体类user
11)新建UserMapper.java接口
12)新建userMapper.xml实现增删查所有功能,没有更新
13)新建service接口和实现类
14)新建测试类,完成所有功能的测试
15)新建控制器,完成所有功能
16)浏览器测试功能
数据库建表
目录修改+pom.xml文件修改
applicationcontext_mapper.xml 文件的开发
添加applicationcontext service.xml文件
springmvc.xml文件
web文件的开发
(注意:Need to remove rewrite)
实体类user开发
新建UserMapper.java接口
Business logic layer interface development
serviceInterface implementation class development
Unit test classes test business logic functionality控制器开发
浏览器测试功能
跨域访问
边栏推荐
猜你喜欢
随机推荐
ICLR 2022最佳论文:基于对比消歧的偏标签学习
一款免费的容器安全 SaaS 平台使用记录
golang 刷leetcode:从栈中取出 K 个硬币的最大面值和
How the sensor works
Zabbix 5.0 监控教程(二)
解道7-编程技术4
面试了个985毕业的,回答“性能调优”题时表情令我毕生难忘
The five classification of software testing
golang刷leetcode:到达角落需要移除障碍物的最小数目
js how to get the browser zoom ratio
【c】操作符详解(一)
JumpServer open source bastion machine completes Loongson architecture compatibility certification
HCIP--路由策略实验
快速构建电脑软件系统 、超好用经典的网页推荐汇总
C语言中变量在内存中的保存与访问
JMeter的基本使用
golang刷leetcode:拼接数组的最大分数
【流媒体】推流与拉流简介
最近火爆朋友圈的“广告电商”,核心商业模式是什么,广告收入真实靠谱吗?
[Dry goods] Best practice of sub-library and sub-table