mirror of https://github.com/jeecgboot/jeecg-boot
Merge 1f18d5e6c7
into 70bd639206
commit
7e2d2f98e9
25
README.md
25
README.md
|
@ -509,3 +509,28 @@ AI写文章
|
|||
如果觉得还不错,请作者喝杯咖啡吧 ☺
|
||||
|
||||

|
||||
|
||||
<!-- GitHub Frontend Bot Testing Improvement Contribution -->
|
||||
|
||||
This comment was added by GitHub Frontend Bot as part of a testing infrastructure improvement initiative.
|
||||
|
||||
**Suggested Testing Improvements:**
|
||||
|
||||
**Recommended Testing Stack:**
|
||||
- **JUnit 5** - Modern Java testing framework
|
||||
- **Mockito** - Mocking framework
|
||||
- **AssertJ** - Fluent assertions
|
||||
- **TestContainers** - Integration testing with real dependencies
|
||||
|
||||
**Example setup:**
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
<version>5.8.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
---
|
||||
*Generated on 2025-08-27T16:26:07.766Z*
|
||||
|
|
Loading…
Reference in New Issue