fix: #I5II34 hutool error

This commit is contained in:
xingyu 2022-07-25 11:52:15 +08:00
parent 0df47f1b42
commit b4ee434289

View File

@ -38,6 +38,12 @@
<dependency>
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>