Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

druid-spring-boot-starter更新后无法访问druid监控界面 #15

Closed
galaxist opened this issue Mar 12, 2019 · 2 comments
Closed

druid-spring-boot-starter更新后无法访问druid监控界面 #15

galaxist opened this issue Mar 12, 2019 · 2 comments

Comments

@galaxist
Copy link

image
依赖

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

更新到

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

后无法访问druid监控界面,请问哪里需要修改

@galaxist
Copy link
Author

galaxist commented Mar 12, 2019

我又来了自问自答了,问题解决,因为新的druid-start为了安全关闭了,需要增加配置

spring:
  datasource:
    druid:
      stat-view-servlet:
        allow: localhost,192.168.188.66
        enabled: true
        loginUsername: admin
        loginPassword: hemiao1314
      web-stat-filter:
        allow: localhost,192.168.188.66
        enabled: true

即可继续访问

@zhangdaiscott
Copy link
Member

3Q

lexmeng pushed a commit to lexmeng/jeecg-boot that referenced this issue Jun 30, 2023
* 添加发布单模块

* 发布单更改为一对多

* fix problem

* modify for 功能:添加发布单

* 添加占位符解析工具类

* 添加文档版本字段

* 修改表结构,增加issue领域模型

* 添加issue bp service

* 添加releaseInfo的表和service

* �添加releaseInfo领域模型的代码

* 添加ReleaseInfo内容

* 删除微服务模块

* 删除导致循环依赖的pom依赖

* fix 自测bug

* modify for fix bug

* fix merge error

* 修改jira用户名和签名

* 修改配置文件中的账号名和密码

* 支持history占位符功能

* modify 修改配置通过编译

* 修改前端访问地址

* 添加jenkins功能
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants