【fix sonar】JeroBootExceptionHandler文件
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ public class JeroBootExceptionHandler {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@ExceptionHandler(HttpRequestMethodNotSupportedException.class)
|
@ExceptionHandler(HttpRequestMethodNotSupportedException.class)
|
||||||
public Result HttpRequestMethodNotSupportedException(HttpRequestMethodNotSupportedException e){
|
public Result httpRequestMethodNotSupportedException(HttpRequestMethodNotSupportedException e){
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
sb.append("不支持");
|
sb.append("不支持");
|
||||||
sb.append(e.getMethod());
|
sb.append(e.getMethod());
|
||||||
|
|||||||
Reference in New Issue
Block a user