目录
1.完成后端接口开发
1.1搭建后端SSM环境
1.1.1导入所有pom依赖,主要包含spring、mybatis、
1.1.2 完成框架的整合,对应的配置文件编写
Spring-context.xml
Spring-mybatis.xml
Spring-shiro.xml
Springmvc.xml
log4j.xml
generateConfig.xml
1.1.3与容器进行整合
listener:configurationloaderListener
servlet:DispatcherServlet
filter:整合shiro
filter:整合中文乱码
1.2利用逆向生成工具,生成mapper层,mapper.xml
1.3完成业务层的开发
1.4完成controller
1.5通过http:localhost:8080/book/list
2.1创建SPA项目,改变前端项目端口,启用能够访问
2.2通过引入axios完成后台查询接口的调用
2.3依次内推完成增删改查