mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-04 23:39:32 +08:00
add sh
This commit is contained in:
parent
48f43dc34a
commit
a54ce406b7
3
bin/fast_install.sh
Normal file
3
bin/fast_install.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec mvn -T 1C clean source:jar javadoc:javadoc install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dmaven.compile.fork=true
|
@ -648,6 +648,10 @@ public class DateTime extends Date {
|
||||
return new Date(this.getTime());
|
||||
}
|
||||
|
||||
public Date writeReplace(){
|
||||
return toJdkDate();
|
||||
}
|
||||
|
||||
/**
|
||||
* 转为{@link Timestamp}
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user