This article mainly introduces the implementation method of jumping to jsp page in Spring boot. The editor thinks it is quite good. Now I will share it with you and give it as a reference. Let’s follow the editor to take a look. I am learning Spring boot and have searched a lot about the implementation method of Spring boot jumping to jsp page. I will record it below and friends who need to know can refer to it. Hope this article is helpful to you. @Controller annotation 1. Configuration in the application.properties file # Configure the location of the jsp file. The default location is: src/main/webapp spring.mvc.view.prefix=/pages/ # Configure the suffix of the jsp file spring.mvc.view.suffix=.jsp2, configure import org.springframework.beans.factory.annotation.Value;
1 in the Controller file. How to implement jsp page jump in java
Introduction: This article mainly introduces the implementation method of Spring boot jumping to jsp page. The editor thinks it’s pretty good, so I’d like to share it with you now and give it as a reference. Let’s follow the editor to take a look
2. JSP page jump method summary
Introduction: This article will share with you several ways to implement jsp page jump. It is very good and has reference value. Friends who need it can refer to it
Introduction: jsp page jump After the transfer, the css style does not take effect, and the style appears after refreshing the page
4. JSP page jump page with parameters_html/css_WEB-ITnose
Introduction: JSP page jump page with parameters
The above is the detailed content of Detailed introduction to jsp page jump. For more information, please follow other related articles on the PHP Chinese website!