摘要:
在对项目进行打包后,我运行jar包发现出现下面错误: no main manifest attribute, in "app.jar" 在“ app.jar”中没有主清单属性 说明jar包里面的META-INF/MANIFEST.MF文件中没有Main-Class这个属性 于是我解压jar包,到ME 阅读全文
摘要:
在拦截器中,代码如下: 运行后出现了java.lang.ClassCastException: class com.hmdp.entity.User cannot be cast to class com.hmdp.dto.UserDTO (com.hmdp.entity.User and com. 阅读全文