Browse Source

!327 单词拼写错误
Merge pull request !327 from JackyTang/5.X

疯狂的狮子Li 2 years ago
parent
commit
4ba109a2b7

+ 1 - 1
ruoyi-common/ruoyi-common-doc/src/main/java/org/dromara/common/doc/config/SwaggerConfig.java

@@ -91,7 +91,7 @@ public class SwaggerConfig {
      * 对已经生成好的 OpenApi 进行自定义操作
      * 对已经生成好的 OpenApi 进行自定义操作
      */
      */
     @Bean
     @Bean
-    public OpenApiCustomizer openApiCustomiser() {
+    public OpenApiCustomizer openApiCustomizer() {
         String contextPath = serverProperties.getServlet().getContextPath();
         String contextPath = serverProperties.getServlet().getContextPath();
         String finalContextPath;
         String finalContextPath;
         if (StringUtils.isBlank(contextPath) || "/".equals(contextPath)) {
         if (StringUtils.isBlank(contextPath) || "/".equals(contextPath)) {