Commit 6d1a9837 by fsn

修正jar包方式启动无法正确匹配静态资源的bug

parent f37c940c
...@@ -19,6 +19,7 @@ spring: ...@@ -19,6 +19,7 @@ spring:
profiles: profiles:
active: dev active: dev
mvc: mvc:
static-path-pattern: /static/**
view: view:
prefix: /WEB-INF/view prefix: /WEB-INF/view
http: http:
......
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