Go to file
dependabot[bot] 89de1404e1 Bump gson from 2.4 to 2.8.9
Bumps [gson](https://github.com/google/gson) from 2.4 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-2.4...gson-parent-2.8.9)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-20 20:51:28 +00:00
2021-09-18 21:28:47 +08:00
2018-08-12 18:29:41 +08:00
2018-08-28 19:03:07 +08:00
2017-12-15 08:53:27 +08:00
2022-05-20 20:51:28 +00:00
2019-05-06 12:29:31 +08:00

WechatTicketSystem

WechatTicketSystem is a basic ticket system for network maintaining, based on Wechat.

Build

Requirements

Steps

  1. Clone the git repository git clone https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
  2. Change dir to project root (where the pom.xml is)
  3. Build with Maven mvn clean package
  4. 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 doesnt 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
老报修系统后端
Readme 620 KiB
Languages
Java 100%