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.
|
# 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;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
public class JsonToBeanTest {
|
public class JsonToBeanTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void toBeanTest() {
|
void toBeanTest() {
|
||||||
final String jsonStr = "{\"code\": \"201\", \"status\": \"ok\"}";
|
final String jsonStr = "{\"code\": \"201\", \"status\": \"ok\"}";
|
||||||
|
2
pom.xml
2
pom.xml
@ -167,7 +167,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.8.1</version>
|
<version>3.11.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>${compile.version}</source>
|
<source>${compile.version}</source>
|
||||||
<target>${compile.version}</target>
|
<target>${compile.version}</target>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user