fix 修复单词拼写错误

feature/model
JackyTang 2 years ago
parent dffd5bf02a
commit bfd5a07b13

@ -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