Résoudre le problème de séparation de la vue avant et arrière, l'avant et l'arrière sont placés dans un problème de route 404 de rafraîchissement tomcat

web.xml

<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
    http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
  <description>public_html</description>
  <display-name>public_html</display-name>
<error-page>
		<error-code>404</error-code>
		<location>/index.html</location>
</error-page>
</web-app>


Publié 9 articles originaux · aimé 0 · visites 1258

Je suppose que tu aimes

Origine blog.csdn.net/weixin_40095485/article/details/104374047
conseillé
Classement