# WebFinal **Repository Path**: saarchaffee/WebFinal ## Basic Information - **Project Name**: WebFinal - **Description**: No description available - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-21 - **Last Updated**: 2021-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://img.shields.io/badge/HTML-5-orange) ![](https://img.shields.io/badge/CSS-3-blue) ![](https://img.shields.io/badge/JavaScript-ES6-yellow) [![wakatime](https://wakatime.com/badge/github/SaarChaffee/WebFinal.svg)](https://wakatime.com/badge/github/SaarChaffee/WebFinal) [![wakatime](https://wakatime.com/badge/user/d3dd9c54-d41e-44a3-b2e1-daa40c6bdf14/project/7f8aaccc-8c9a-49b6-b5eb-d74f2e3effeb.svg)](https://wakatime.com/badge/user/d3dd9c54-d41e-44a3-b2e1-daa40c6bdf14/project/7f8aaccc-8c9a-49b6-b5eb-d74f2e3effeb)

web课设

## 环境 - `JDK 16.0.2` - `Maven 3.8.3` - `Tomcat 10.0.x` - `MySQL 8.0.x` ## 配置 数据库配置文件位于`src/main/resources/config/db.properties` ```properties drive = com.mysql.cj.jdbc.Driver url = jdbc:mysql://ip:port/数据库?useUnicode=true&characterEncoding=utf-8&useSSL=true(MySQL8推荐使用SSL连接) username = 数据库角色用户名 password = 用户密码 ```