Sa-Token icon indicating copy to clipboard operation
Sa-Token copied to clipboard

sa-core 和sa-token-spring-boot starter 在java9 module下包冲突

Open vicykie opened this issue 3 years ago • 0 comments

使用版本:

<dependency> <groupId>cn.dev33</groupId> <artifactId>sa-token-spring-boot-starter</artifactId> <version>1.30.0</version> </dependency>

报错信息:

java: 模块 dv.util 同时从 sa.token.spring.boot.starter 和 sa.token.core 读取程序包 cn.dev33.satoken.filter

希望结果:

修改包名

复现步骤:

vicykie avatar Aug 09 '22 01:08 vicykie

目前暂没有精力适配 java9

click33 avatar Aug 21 '22 04:08 click33