mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
06da285f6e
commit
3b327ec7c3
0
bin/cobertura.sh
Normal file → Executable file
0
bin/cobertura.sh
Normal file → Executable file
0
bin/fast_install.sh
Normal file → Executable file
0
bin/fast_install.sh
Normal file → Executable file
@ -12,4 +12,4 @@
|
||||
# See the Mulan PSL v2 for more details.
|
||||
#
|
||||
|
||||
exec mvn clean source:jar javadoc:javadoc install -Dmaven.test.skip=false -Dmaven.javadoc.skip=false
|
||||
exec mvn clean source:jar javadoc:javadoc install -Dmaven.test.skip=false -Dmaven.javadoc.skip=false -Dmaven.compile.fork=true
|
||||
|
0
bin/package.sh
Normal file → Executable file
0
bin/package.sh
Normal file → Executable file
0
bin/simple_install.sh
Normal file → Executable file
0
bin/simple_install.sh
Normal file → Executable file
0
bin/version.txt
Executable file → Normal file
0
bin/version.txt
Executable file → Normal 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\"}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user