From e27fdf2322d691d8d795fa4a667c5363e0f8d5e2 Mon Sep 17 00:00:00 2001 From: ChenJiaHe <763432473@qq.com> Date: 星期四, 08 四月 2021 15:40:09 +0800 Subject: [PATCH] 新增double取多少小数点方法 --- pom.xml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 7601292..cf34a6b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,11 @@ <artifactId>jaxb-api</artifactId> </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>3.9</version> + </dependency> <!--鑵捐浜� cos--> <dependency> @@ -256,6 +261,12 @@ <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> </dependency> + + <dependency> + <groupId>com.dtflys.forest</groupId> + <artifactId>spring-boot-starter-forest</artifactId> + <version>1.5.0-RC2</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0