摘要: 版本: com.alibaba.easyexcel 2.2.0在导入excel中存在数字 123456.65 java 后端用Bigdecimal接收或者String接收 会丢失精度 123456.64328目前还没有找到解决方案。版本: com.alibaba.easyexcel 2.2.6jav 阅读全文
posted @ 2020-07-25 11:46 文字章 阅读(4108) 评论(2) 推荐(0)
摘要: 在Spring Boot的工程中的pom.xml中引入spring-boot-starter-mail依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</ 阅读全文
posted @ 2020-07-25 10:42 文字章 阅读(963) 评论(1) 推荐(1)