qzq0429 / o2oCity
这个是一个商城,利用SSM框架作为后台开发,用eclipse进行开发。用Maven作为项目管理工具,spring和springmvc,mybatis(数据持久层)作为web框架整合,数据库是使用mysql。明显的体系架构Controller,Service,Dao,POJO,dto,exception,util层;利用spring的依赖注入将服务类和控制类注入在spring容器中,通过spring注解进行事务管理。并用redis进行数据缓存,通过微信接口获取微信用户的部分信息,并将项目部署到阿里云上,并能通过http://47.106.233.28/o2oCity/frontend/index进行访问。
☆12Updated 6 years ago
Alternatives and similar repositories for o2oCity:
Users that are interested in o2oCity are comparing it to the libraries listed below
- Spring+Springmvc+mybatis搭建人事管理系统☆54Updated 7 years ago
- ✦ 项目描述:该项目主要实现手机商城,商家将自己要卖的手机放在平台上,顾客可以加入购物车并购买,商家可以看到所有顾客的订单并对订单进行处理,其中伴随着数据库中数据的修改。该项目中还设定了一个超级用户,可以对用户进行所有操作,也可以管理商品。所有操作在登陆后进行,也可注册。…