This commit is contained in:
Looly
2023-05-04 17:19:43 +08:00
parent 06da285f6e
commit 3b327ec7c3
8 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
public class JsonToBeanTest {
@Test
void toBeanTest() {
final String jsonStr = "{\"code\": \"201\", \"status\": \"ok\"}";