mirror of
https://github.com/JeffLi1993/springboot-learning-example.git
synced 2026-03-13 21:43:45 +08:00
Spring Boot HTTP over JSON 的错误码异常处理
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
package org.spring.springboot.web;
|
||||||
|
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Spring Boot ErrorJsonController 测试 - {@link ErrorJsonController}
|
||||||
|
*
|
||||||
|
* Created by bysocket on 16/4/26.
|
||||||
|
*/
|
||||||
|
public class ErrorJsonControllerTest {
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testSayHello() {
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user