# wenda **Repository Path**: ericchzy/wenda ## Basic Information - **Project Name**: wenda - **Description**: 不忘初心小程序后台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wenda #### 项目描述 不忘初心小程序后台 #### 项目架构 Spring + SpringMVC + MyBatis #### 项目环境 项目所使用的jdk版本为: `jdk 1.8.0_221` 需要安装的软件 1. MySQL 2. Redis #### 项目配置 1. 项目需要的MySQL表单初始化文件为 `src/test/resources/init-schema.sql` 2. 数据库用户名和密码配置位于 `src/main/application.properties` ```text spring.datasource.url=jdbc:mysql://localhost:3306/$schema_name?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT spring.datasource.username=$username spring.datasource.password=$password ``` 以上代码中需要修改的三个地方分别为 `$schema_name`,`$username`, `$password`, 自行建库之后填写配置 #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)