14 Star 52 Fork 27

要懂得舍得 / justAuth-spring-security-starter

 / 详情

文件具有错误的版本 55.0, 应为 52.0

已完成
成员
创建于  
2020-10-23 18:02

错误的类文件: /D:/mavenCK/top/dcenter/justAuth-spring-security-starter/1.0.0/justAuth-spring-security-starter-1.0.0.jar!/top/dcenter/ums/security/core/oauth/config/Auth2AutoConfigurer.class
类文件具有错误的版本 55.0, 应为 52.0
请删除该文件或确保该文件位于正确的类路径子目录中。

评论 (4)

一个很ok的帅子 创建了任务
展开全部操作日志

此项目是用 JDK11 编译的, 你项目版本是设置成 JDK11 试试.

要懂得舍得 任务状态待办的 修改为进行中

如果不是新项目, 我重新编译一个JDK8 版本的, 明天你自己改一下版本

top.dcenter
justAuth-spring-security-starter
1.0.2

不好意思, 项目中 JDK11 api 嵌入太深太多, 太晚了,没时间给你改了, 自己改成 JDK11 就可以解决此问题

要懂得舍得 关联分支设置为master

你好, 1.0.2 版本已使用 JDK8 进行编译. 可以解决你的问题.

<dependency>
    <groupId>top.dcenter</groupId>
    <artifactId>justAuth-spring-security-starter</artifactId>
    <version>1.0.2</version>
</dependency>

JDK8 快速开始 要增加 HttpClient 依赖

<dependency>
    <groupId>top.dcenter</groupId>
    <artifactId>justAuth-spring-security-starter</artifactId>
    <version>1.0.2</version>
</dependency>

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
    <version>2.3.4.RELEASE</version>
</dependency>

<!-- mysql -->
<dependency>
    <groupId>mysql</groupId>
    <artifactId>mysql-connector-java</artifactId>
    <version>8.0.21</version>
</dependency>

<!-- 默认会按照下面的优先级自行寻找底层实现,java 11 HttpClient -> OkHttp3 -> apache HttpClient -> hutool-http
     示例使用 apache HttpClient .
     注意: 如果是 JDK11 则不需要此依赖-->
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient</artifactId>
    <version>4.5.12</version>
</dependency>
要懂得舍得 任务状态进行中 修改为已完成

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(2)
1157580 pcore 1600243694 2174799 shuaizinanyihao 1616054802
Java
1
https://gitee.com/pcore/just-auth-spring-security-starter.git
git@gitee.com:pcore/just-auth-spring-security-starter.git
pcore
just-auth-spring-security-starter
justAuth-spring-security-starter

搜索帮助