mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 23:55:04 +08:00
ce92f44a0f4028a3caa2d51fb82fbbeda7679c61
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com>
WechatTicketSystem
WechatTicketSystem is a basic ticket system for network maintaining, based on Wechat.
Build
Requirements
- Apache Maven (latest version recommended)
Steps
- Clone the git repository
git clone https://github.com/ZSCNetSupportDept/WechatTicketSystem.git - Change dir to project root (where the
pom.xmlis) - Build with Maven
mvn clean package - The out file will be in
target/folder
Contributing
Code Style
The code style configuration is here.
In Intellij IDEA, you can import the configuration by Settings->Editor->Code Style->Manage(at right side)->Import..
Pull Request
Please notice that the pull requests should compare with develop branch instead of master,
submit pull requests to master branch will be ignored.
TroubleShooting
- Before you report a bug, please search the issue tracker to see if someone has already reported the problem.
- If the issue doesn’t already exist, create a new issue.
- Please provide as much information as possible with the issue report, we like to know the version you are using, as well as your Operating System and JVM version.
- If you need to paste code, or include a stack trace use Markdown
```escapes before and after your text.
License
WechatTicketSystem is distributed under the GNU Lesser General Public License v3.0 (LGPLv3).
Description
Languages
Java
100%