feat: add checkstyle (#22)

This commit is contained in:
vran
2022-02-21 21:55:56 +08:00
committed by GitHub
parent dde3c09e3e
commit cfedddeb9e
47 changed files with 522 additions and 159 deletions

View File

@@ -1,6 +1,6 @@
package com.databasir.common;
public class SystemException extends RuntimeException{
public class SystemException extends RuntimeException {
private static final String MSG_INTERNAL_SERVER_ERROR = "服务器开小差了,请稍后再试";