https://github.com/jaredtan95/database-course-exercise
The course design of database principle.
https://github.com/jaredtan95/database-course-exercise
Last synced: 10 months ago
JSON representation
The course design of database principle.
- Host: GitHub
- URL: https://github.com/jaredtan95/database-course-exercise
- Owner: JaredTan95
- Created: 2016-12-07T15:10:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T07:44:55.000Z (about 9 years ago)
- Last Synced: 2025-08-11T03:49:40.300Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 48.4 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataBase-Course-Exercise
数据库原理课程设计。
0、开发环境,系统:Mac Os 10.x,JDK 1.8
1、系统操作系统:CentOs
2、数据库:Mysql 5.x
3、Web服务器: Tomcat 7.x
4、开发语言:Java、HTML5、CSS3、javaScript and so on.
5、所使用到的框架:Spring、Amaze UI
6、项目特点:
1)、前后端采用加盐值的SHA-256哈希加密算法;
2)、采用国内首套开源前端框架Amaze UI,风格清新易用;
3)、后台采用Spring MVC框架,开发效率高,实现了MVC架构,将各个模块分离;
4)、数据库采用Mysql数据库,开源易用,易上手;