1. Spring boot does not support jsp jar package, jsp can only be war package. <packaging>war</packaging> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> </build> 2. The tomcat version cannot be too new, as it may be unstable. If you use tomcat10, the result will be 404. If you use tomcat9, it will be normal. The word spring never appears when deployed to tomcat10 Change to tomcat9 and you can see the changes immediately Successful deployment This is the end of this article about solving the 404 error problem of spring boot + jar packaging deployment tomcat. For more relevant spring boot + jar packaging deployment tomcat content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: View the command to modify the MySQL table structure
>>: Vue/react single page application back without refresh solution
Preface 1. This article uses MySQL 8.0 version Co...
Lock classification: From the granularity of data...
Table of contents 1 Version and planning 1.1 Vers...
student.xml <?xml version="1.0" enco...
Sorting Problem I recently read "45 Lectures...
⑴ Content determines form. First enrich the conten...
Earlier we talked about how to make a square with...
Preface The MySQL permission table is loaded into...
Recently, I encountered a requirement to display ...
If you set the table-layer:fixed style for a tabl...
1. HTML part <Col span="2">Upload...
What is HTTP? When we want to browse a website, w...
Problem Description In the login page of the proj...
Preface Recently, my computer often takes a long ...
I've been researching some things about linke...