rawchen / Blog

前后端分离博客 - SpringBoot + Vue
330 stars 27 forks source link

后台登录失败 #2

Open 01zic opened 2 years ago

01zic commented 2 years ago

为什么后台登录会显示请求失败?小白。。。

rawchen commented 2 years ago

为什么后台登录会显示请求失败?小白。。。

请详细描述下问题呗

01zic commented 2 years ago

麻烦您了。

暖·云木秋 @.***

 

------------------ 原始邮件 ------------------ 发件人: "rawchen/Blog" @.>; 发送时间: 2021年10月26日(星期二) 晚上10:33 @.>; @.**@.>; 主题: Re: [rawchen/Blog] 后台登录失败 (Issue #2)

为什么后台登录会显示请求失败?小白。。。

请详细描述下问题呗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

lidiancracy commented 1 year ago

为什么后台登录会显示请求失败?小白。。。

请详细描述下问题呗

前台可以登录,但是后台也就是8080端口,一直登录失败 image

lidiancracy commented 1 year ago

懂了,作者在readme中还提到了一个依赖需要导入 ,导入后可以登陆了

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