Browse Source

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

zhouhao 6 years ago
parent
commit
a7cf2a0dbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      quick-start/README.md

+ 1 - 1
quick-start/README.md

@@ -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