An open API service indexing awesome lists of open source software.

https://github.com/powerdos/mall-server

基于SSH的商城API服务器
https://github.com/powerdos/mall-server

Last synced: about 1 year ago
JSON representation

基于SSH的商城API服务器

Awesome Lists containing this project

README

          

# Mall-Server
> 基于SSH的商城后台API应用

## 技术栈
- Struts 2.5.16
- Hibernate 5.0.7
- Spring 5.1.7

## 开发环境
> IDEA 2017

## 数据库
> Mysql

## Maven

使用 Maven 来整合 SSH,详细配置见配置文件 `pom.xml`

使用 Spring 整合了 Struts2 和 Hibernate ,免去了冗余的 Hibernate 配置文件 `hibernate.cfg.xml` 。

## Build

使用 Idea 打开项目后,打开项目工程配置,标注 Spring 和 Struts2 的配置文件,然后配置 Tomcat 便可运行(记得配置 Deployment )