Merge remote-tracking branch 'origin/3.0.x' into 3.0.x

This commit is contained in:
zhouhao
2018-10-19 15:31:45 +08:00

View File

@@ -503,7 +503,7 @@ public class TestController implements SimpleGenericEntityController<TestEntity,
方式一:编写单元测试
test目录创建`com.mycompany.TestApplication``com.mycompany.controller.TestControllerTest`
src/test/groovy目录创建`com.mycompany.TestApplication.java``com.mycompany.controller.TestControllerTest.groovy`
```java
@SpringBootApplication