!327 单词拼写错误

Merge pull request !327 from JackyTang/5.X
feature/model
疯狂的狮子Li 2 years ago committed by Gitee
commit 4ba109a2b7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -91,7 +91,7 @@ public class SwaggerConfig {
* OpenApi
*/
@Bean
public OpenApiCustomizer openApiCustomiser() {
public OpenApiCustomizer openApiCustomizer() {
String contextPath = serverProperties.getServlet().getContextPath();
String finalContextPath;
if (StringUtils.isBlank(contextPath) || "/".equals(contextPath)) {

Loading…
Cancel
Save