mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-05-31 09:53:21 +08:00
Merge remote-tracking branch 'origin/3.0.x' into 3.0.x
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user