我正在尝试按照入门教程在本地运行 Heat Clinic 6.0.1:https ://www.broadleafcommerce.com/docs/core/current/getting-started/running-locally
我设法运行了管理员和站点,但没有运行 API 项目。应用程序启动时没有问题,但是当我转到http://localhost:8082/api/v1/swagger-ui.html时,我得到一个 404。在日志中我看到了这个异常:
javax.servlet.ServletException: Circular view path [error]: would dispatch back to the current handler URL [/error] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)
还尝试使用用户 broadleafapi 和密码直接登录 API 会得到 404。
我的环境:Windows 10、jdk 8、maven 3.6
怎么了?你能帮助我吗?谢谢