解决——》CommunicationsException:Communications link failure
解决——》CommunicationsException:Communications link failure
若依框架下的自定义Exception抛出,返回code,msg不出错(spring boot)。
若依框架下的自定义Exception抛出,返回code,msg不出错:最近接的项目后台中,因为需要在app用到自定义的token验证(不用若依的那一套登陆token)来确保接口的安全性,需要在进入接口前使用aop切面的before来验证它的头(headers)是否符合条件。先上代码:verifyTo