https://github.com/powerdos/mall-server
基于SSH的商城API服务器
https://github.com/powerdos/mall-server
Last synced: about 1 year ago
JSON representation
基于SSH的商城API服务器
- Host: GitHub
- URL: https://github.com/powerdos/mall-server
- Owner: PowerDos
- License: mit
- Created: 2018-05-21T01:06:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T06:44:12.000Z (about 8 years ago)
- Last Synced: 2025-03-24T17:51:05.186Z (over 1 year ago)
- Language: Java
- Size: 45.1 MB
- Stars: 63
- Watchers: 4
- Forks: 48
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 )