cd869f46 by jinhuaquan

删除无用的注释

1 parent 8509fce4
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!