删除无用的注释
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -59,7 +59,7 @@ public class WebMvcConfig implements WebMvcConfigurer { | ... | @@ -59,7 +59,7 @@ public class WebMvcConfig implements WebMvcConfigurer { |
59 | .allowedMethods("HEAD", "GET", "PUT", "POST", "DELETE", "PATCH"); | 59 | .allowedMethods("HEAD", "GET", "PUT", "POST", "DELETE", "PATCH"); |
60 | } | 60 | } |
61 | 61 | ||
62 | /**username: <input type="text"></input> | 62 | /** |
63 | * 发现如果继承了WebMvcConfigurationSupport,则在yml中配置的相关内容会失效。 需要重新指定静态资源 | 63 | * 发现如果继承了WebMvcConfigurationSupport,则在yml中配置的相关内容会失效。 需要重新指定静态资源 |
64 | */ | 64 | */ |
65 | @Override | 65 | @Override | ... | ... |
-
Please register or sign in to post a comment