Commit fad63659 by manxiaoqiang

pom

parent b87a56a5
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<url-pattern>/api/*</url-pattern> <url-pattern>/api/*</url-pattern>
</servlet-mapping> </servlet-mapping>
<!-- <filter> <filter>
<filter-name>cors</filter-name> <filter-name>cors</filter-name>
<filter-class>security.cors.CorsFilter</filter-class> <filter-class>security.cors.CorsFilter</filter-class>
</filter> </filter>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<filter-mapping> <filter-mapping>
<filter-name>cors</filter-name> <filter-name>cors</filter-name>
<url-pattern>/*</url-pattern> <url-pattern>/*</url-pattern>
</filter-mapping>--> </filter-mapping>
<welcome-file-list> <welcome-file-list>
<welcome-file>/home.html</welcome-file> <welcome-file>/home.html</welcome-file>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment