alibaba / druid

阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
https://github.com/alibaba/druid/wiki
Apache License 2.0
27.9k stars 8.57k forks source link

访问项目主页没有进入index.html #3126

Open jackBaozz opened 5 years ago

jackBaozz commented 5 years ago

访问主页 http://localhost:8080/druid 出现这个不知道为何? image

springboot 2.1.2

    <dependency>
        <groupId>com.alibaba</groupId>
        <artifactId>druid</artifactId>
        <version>1.1.10</version>
    </dependency>
    <dependency>
        <groupId>com.alibaba</groupId>
        <artifactId>druid-spring-boot-starter</artifactId>
        <version>1.1.10</version>
    </dependency>

配置如下

jackBaozz commented 5 years ago

测试出来了跟 spring-boot-starter-webflux有关 换成spring-boot-starter-web就正常出现页面了