Spring Boot HTTP over JSON 的错误码异常处理

This commit is contained in:
JeffLi1993
2017-03-14 11:53:15 +08:00
committed by liqiangqiang
parent 07ffcd1a4d
commit caf2e86356

View File

@@ -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() {
}
}