From cfa51be0ceb9a04a1e20b4fba3b4f897c60b611b Mon Sep 17 00:00:00 2001 From: 刘小明 <liuxm_a@163.com> Date: 星期三, 19 六月 2024 09:49:39 +0800 Subject: [PATCH] 工站编码自动生成 --- pms-parent/pms-web-file/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pms-parent/pms-web-file/pom.xml b/pms-parent/pms-web-file/pom.xml index edba121..952d371 100644 --- a/pms-parent/pms-web-file/pom.xml +++ b/pms-parent/pms-web-file/pom.xml @@ -29,6 +29,12 @@ <artifactId>pms-global</artifactId> <version>1.0.0</version> </dependency> + + <dependency> + <groupId>net.coobird</groupId> + <artifactId>thumbnailator</artifactId> + <version>${thumbnailator.version}</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0