Skip to content

Commit 7f6c141

Browse files
author
carlos.tasada
committed
Fixed typo
1 parent e34647d commit 7f6c141

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/faq.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ If not, whether
4040
1. you customized the spring `context-path` setting
4141
2. static assets are being served at all. See the code below:
4242

43-
```java
43+
```java
4444
@Configuration
4545
public class WebConfig implements WebMvcConfigurer {
46-
@Override
47-
public void addResourceHandlers(ResourceHandlerRegistry registry) {
48-
registry
49-
.addResourceHandler("/**")
50-
.addResourceLocations("classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/");
51-
}
46+
@Override
47+
public void addResourceHandlers(ResourceHandlerRegistry registry) {
48+
registry
49+
.addResourceHandler("/**")
50+
.addResourceLocations("classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/");
51+
}
5252
}
5353
```
5454

@@ -100,11 +100,11 @@ public void sendMessage(ListWrapper<String> msg) {}
100100

101101
### How to migrate from Springwolf 0.18.0 to 1.0.0
102102

103-
See <https://github.com/springwolf/springwolf-core/releases/tag/v1.0.0>.
103+
See [Release 1.0.0](https://github.com/springwolf/springwolf-core/releases/tag/v1.0.0).
104104

105105
### How to migrate from the deprecated `AsyncApiDocket` bean to Spring properties
106106

107-
See <https://github.com/springwolf/springwolf-core/issues/445>.
107+
See [Issue #445](https://github.com/springwolf/springwolf-core/issues/445).
108108

109109
### Is Spring Boot 2.X supported
110110

0 commit comments

Comments
 (0)