Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mall-tiny web 登录失败 #20

Open
Daixingdeng opened this issue Jun 10, 2022 · 2 comments
Open

mall-tiny web 登录失败 #20

Daixingdeng opened this issue Jun 10, 2022 · 2 comments

Comments

@Daixingdeng
Copy link

image

@Daixingdeng
Copy link
Author

已解决 jdk版本问题 8以上没这个类了

@Gw707
Copy link

Gw707 commented Aug 17, 2022

这有可能是因为SpringBoot项目结合jwt进行登录时出现的问题,因为jdk版本太高导致的。
因为javax.xml.bind在jdk8中有,但是在更高版本就没有了,加上就行了。

<dependency>
    <groupId>javax.xml.bind</groupId>
    <artifactId>jaxb-api</artifactId>
    <version>2.3.1</version>
</dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants