nutzam / nutzboot

NutzBoot,简称NB,是可靠的企业级微服务框架,提供自动配置,嵌入式web服务,分布式会话,服务治理,负载均衡,hystrix,RPC等一篮子解决方案
https://nutz.io
Apache License 2.0
501 stars 138 forks source link

starter-tomcat引入 访问swagger 就挂了 #186

Closed TomYule closed 5 years ago

TomYule commented 5 years ago

移除

<dependency>
            <groupId>org.nutz</groupId>
            <artifactId>nutzboot-starter-jetty</artifactId>
        </dependency>

引入

<dependency>
                    <groupId>org.nutz</groupId>
                    <artifactId>nutzboot-starter-tomcat</artifactId>
                </dependency>

http://127.0.0.1:8080/swagger/ 访问 就挂了

TomYule commented 5 years ago

神奇 本地挂了 服务器正常