How spring boot accesses a jsp page as a static file

how spring boot accesses a jsp page as a static file

just like accessing a js file, just show the code, and you don"t need to parse

.
Mar.16,2021

create a new test.jsp, in the / src/main/resources/public/ directory and access test.jsp directly.
is different from the js file, because the browser does not parse the jsp page, so only the downloaded page appears, and the

of the jsp content cannot be displayed.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32234-2bdf8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32234-2bdf8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?