tuonina 6 years ago
parent
commit
c57206b9e9

+ 1 - 0
zen-web/src/main/kotlin/cn/gygxzc/envir/config/EnvirWebMvcConfiguration.kt

@@ -27,6 +27,7 @@ open class EnvirWebMvcConfiguration : WebMvcConfigurer {
         registry.addResourceHandler("swagger-ui.html")
                 .addResourceLocations("classpath:/META-INF/resources/")
 
+
         registry.addResourceHandler("/webjars*")
                 .addResourceLocations("classpath:/META-INF/resources/webjars/")
     }

+ 3 - 0
zen-web/src/main/resources/application.yml

@@ -3,3 +3,6 @@ spring:
     allow-bean-definition-overriding: true
 
 
+swagger:
+  open: true
+

+ 2 - 0
zen-web/src/main/resources/bootstrap.yml

@@ -1,6 +1,8 @@
 # 服务端口号
 server:
   port: 11000
+  servlet:
+    context-path: /
 
 spring:
   application: