Browse Source

上传图片报错 #2090 cn.hutool.core.lang.Singleton.get(Ljava/lang/String;Lcn/hutool/core/lang/func/Func0;)Ljava/lang/Object;

pull/2168/head
zhangdaiscott 4 years ago
parent
commit
693d86cf00
  1. 10
      jeecg-boot/jeecg-boot-base/jeecg-boot-base-core/pom.xml
  2. 2
      jeecg-boot/pom.xml

10
jeecg-boot/jeecg-boot-base/jeecg-boot-base-core/pom.xml

@ -251,6 +251,16 @@
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>${justauth-spring-boot-starter.version}</version>
<exclusions>
<exclusion>
<artifactId>hutool-core</artifactId>
<groupId>cn.hutool</groupId>
</exclusion>
<exclusion>
<artifactId>fastjson</artifactId>
<groupId>com.alibaba</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

2
jeecg-boot/pom.xml

@ -42,7 +42,7 @@
<codegenerate.version>1.2.5</codegenerate.version>
<autopoi-web.version>1.2.2</autopoi-web.version>
<minio.version>4.0.0</minio.version>
<justauth-spring-boot-starter.version>1.3.2</justauth-spring-boot-starter.version>
<justauth-spring-boot-starter.version>1.3.4</justauth-spring-boot-starter.version>
<dom4j.version>1.6.1</dom4j.version>
<qiniu-java-sdk.version>7.2.23</qiniu-java-sdk.version>
<pinyin4j.version>2.5.1</pinyin4j.version>

Loading…
Cancel
Save