如何拒绝访问嵌入式tomcat容器中的某些路由

时间:2016-02-23 12:35:30

标签: java spring maven tomcat swagger-ui

我正在使用Spring-boot for java application。我可以禁用REST this后面的REST API端点。但是我想为特定的配置文件禁用swagger-ui.html。怎么做?

在pom.xml中

    <dependency>
        <groupId>io.springfox</groupId>
        <artifactId>springfox-swagger2</artifactId>
        <version>2.3.1</version>
    </dependency>

    <dependency>
        <groupId>io.springfox</groupId>
        <artifactId>springfox-swagger-ui</artifactId>
        <version>2.2.2</version>
    </dependency>

1 个答案:

答案 0 :(得分:0)

你可以看到这个链接:对不起,我的回答有点短,但我不能发表评论,这里解释一下 https://stackoverflow.com/a/1790230/4871427