Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
public-service
/
oss
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cd869f46
authored
2019-01-09 16:33:35 +0800
by
jinhuaquan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
删除无用的注释
1 parent
8509fce4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/isa/qa/config/WebMvcConfig.java
src/main/java/isa/qa/config/WebMvcConfig.java
View file @
cd869f4
...
...
@@ -59,7 +59,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
.
allowedMethods
(
"HEAD"
,
"GET"
,
"PUT"
,
"POST"
,
"DELETE"
,
"PATCH"
);
}
/**
username: <input type="text"></input>
/**
* 发现如果继承了WebMvcConfigurationSupport,则在yml中配置的相关内容会失效。 需要重新指定静态资源
*/
@Override
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment