Spring工程 使用日期类型

第一步:在model层中的pojo类,声明一个日期类型的变量

Spring工程  使用日期类型

第二步:导入相应的包:java.time.LocalDate

第三步:在pom.xml中添加相应的依赖

1 <dependency>
2         <groupId>org.thymeleaf.extras</groupId>
3         <artifactId>thymeleaf-extras-java8time</artifactId>
4     </dependency>  

 

上一篇:将用户定义对象的arraylist传递给Intent android


下一篇:android-发送消息的广播接收器