From 0378ad012f2b1cbcd23f21de83e9c829f07539d1 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Wed, 4 Dec 2019 16:57:34 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=20swagger=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=BC=BA=E5=A4=B1=20base-package=20=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-demo-swagger-beauty/src/main/resources/application.yml b/spring-boot-demo-swagger-beauty/src/main/resources/application.yml index 48a33fa..03be67e 100644 --- a/spring-boot-demo-swagger-beauty/src/main/resources/application.yml +++ b/spring-boot-demo-swagger-beauty/src/main/resources/application.yml @@ -6,6 +6,7 @@ spring: swagger: enabled: true title: spring-boot-demo + base-package: com.xkcoding.swagger.beauty.controller description: 这是一个简单的 Swagger API 演示 version: 1.0.0-SNAPSHOT contact: