新建了一个模块,ShiroConfig已经放开权限了,但是前端vue页面调用报404,postman调用报401。
经过排查发现问题出现在model的命名上。
模块的pom.xml命名如下:
<artifactId>queue-system</artifactId>
<groupId>org.jeecg.modules.queue-system</groupId>
随后将所有相关的模块名称改成queue,问题就解决了。
<artifactId>queue</artifactId>
<groupId>org.jeecg.modules.queue</groupId>
附加说明:
单体项目要在此处添加模块: