Skip to content

Kimicz20/SSM_Seckill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java高并发秒杀系统API

开发环境

IDEA+Maven+SSM框架。

开发工具

  1. 准备工具

  2. 前端页面框架

    • Bootstrap:Bootstrap 教程
    • JQuery/JS 技术 ajax请求以及JS的模块化编写
  3. 后端框架

    • SpringMVC
      1. Restful接口设计和使用。Restful现在更多的被应用在一些互联网公司Web层接口的应用上。
      2. 框架运作流程。
      3. Spring Controller的使用技巧。  
    • Spring
      1. Spring IOC帮我们整合Service以及Service所有的依赖。
      2. 声明式事务。对Spring声明式事务做一些分析以及它的行为分析。  
    • Mybatis 官网学习
      1. DAO层的设计与开发。
      2. MyBatis的合理使用,使用Mapper动态代理的方式进行数据库的访问。
      3. MyBatis和Spring框架的整合:如何高效的去整合MyBatis和Spring框架。  

系统介绍

系统主要是完成了用户抢购商品的处理环节,完成这个秒杀系统,需要完成四个模块的代码编写,分别是:

About

SSM 基于IDEA开发

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors