After springboot publishes and deploys, the page cannot be accessed

everything runs normally in the development environment. After the project is released, visit the login page and report an error 404:There was an unexpected error (type=Not Found, status=404 directly.
/ WEB-INF/Login.jsp

jar:java -jar D:myjavaBigdataManagetargetBigdataManage-0.0.1-SNAPSHOT.jar --server.port=8000

html:

:

is there anyone in the same situation as me?

May.22,2021

is wrong, edit it.
spring-boot 's jar package mode does not support jsp
reference: https://docs.spring.io/spring.

Menu