# YesPaper **Repository Path**: xingzhouren/yespaper ## Basic Information - **Project Name**: YesPaper - **Description**: 史上最优秀的论文平台,之一?没有[手动滑稽] - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-03-20 - **Last Updated**: 2022-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YesPaper #### Description YesPaper Web #### Installation Java 1.8 1. Set Database (MySQL) Create a schema named 'yespaper' for example: ``` CREATE SCHEMA `yespaper` ; ``` Excute yespaper.sql in project forder to build database structure 2. Connect to database(MySQL) open \src\main\resources\application.yaml edit mysql url, username and password for example: ``` url: jdbc:mysql://localhost:3306/yespaper username: root password: rootpassword ``` 3. run from \src\main\java\com\xzr\yespaper\YespaperWebApplication.java