feat: 任务开始页面,相关逻辑补充
This commit is contained in:
@@ -116,6 +116,13 @@
|
||||
<version>3.5.5</version>
|
||||
</dependency>
|
||||
|
||||
<!--支持jackson对更多类型的字段进行转换(java8中新增加的日期类型)-->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
||||
<version>2.15.4</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user