We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
各位大佬好: 我现在遇到这样一个问题,IDEA本地运行测试,访问http://localhost:8080/wx/index/index正常;
但是打包并运行,访问http://localhost:8080/wx/index/index出现错误:
This application has no explicit mapping for /error, so you are seeing this as a fallback.
我用winrar查看包内容,里面有包含litemall-wx-api-0.1.0.jar,是不是说明已经打包进去了。 然后我单独运行 java -jar litemall-wx-api/target/litemall-wx-api-0.1.0.jar,也是正常的。 我想问一下我要怎么解决这个问题,谢谢大佬了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
各位大佬好:
我现在遇到这样一个问题,IDEA本地运行测试,访问http://localhost:8080/wx/index/index正常;
This application has no explicit mapping for /error, so you are seeing this as a fallback.
The text was updated successfully, but these errors were encountered: