Chris2018998 / beecp-starter

beecp starter on springboot
Apache License 2.0
36 stars 12 forks source link

微服务下 访问BeeCPMonitor.html 无法显示完整 能否类似druid #13

Open afish177 opened 3 years ago

afish177 commented 3 years ago

微服务下 访问BeeCPMonitor.html 无法显示完整 (样式 js 无法加载) 能否类似druid 目前我微服展示 会如图 image image

那种 http://ip:端口/druid/ 访问展示 即 http://ip:端口/BeeCPMonitor/

希望大佬看看 感激了 就差这个了

Chris2018998 commented 3 years ago

试一下这个临时包 : https://github.com/Chris2018998/BeeCP-Starter/blob/master/doc/temp/beecp-spring-boot-starter-1.6.1.jar

访问试试下面的地址 1: http://ip:端口/项目名/beecp 2: http://ip:端口/项目名/beecp/ 3: http://ip:端口/项目名/beecp/cn 4: http://ip:端口/项目名/beecp/chinese 5: http://ip:端口/项目名/beecp/index

afish177 commented 3 years ago

试一下这个临时包 : https://github.com/Chris2018998/BeeCP-Starter/blob/master/doc/temp/beecp-spring-boot-starter-1.6.1.jar

访问试试下面的地址 1: http://ip:端口/项目名/beecp 2: http://ip:端口/项目名/beecp/ 3: http://ip:端口/项目名/beecp/cn 4: http://ip:端口/项目名/beecp/chinese 5: http://ip:端口/项目名/beecp/index

好的 我试试看 谢谢大佬

afish177 commented 3 years ago

我测试了下 我是有shiro 验证的 加了 排除url
但是报了 错误 感觉这个跳转不过去 image image 之前 是可以的 之前是这样 放行的 image 我druid 也放行 是可以的 如 image

Chris2018998 commented 3 years ago

我用shiro试了一下,是可以的

图片

图片

afish177 commented 3 years ago

我用shiro试了一下,是可以的

图片

图片

那就奇怪了 我是单个服务 没带项目名的 直接是 ip:端口/beecp/这个访问的 也配置了 放行

afish177 commented 3 years ago

image 我这个 好像直接是 没带项目名的 直接微服务 那种 ip:端口/beecp 它直接就error了 就是springcloud gateway+shiro那种

afish177 commented 3 years ago

大佬 maven 仓库可以下载新版 1.6.1了嘛 目前我还是 访问不了 这个监控 你截图的 是单体的boot运行把 我的是cloud 套件的 目前还是 放行了 也无法 shiro 放行 好像除了这个 不生效 /beecp/** 其他我放行过的url 都可以的

Chris2018998 commented 3 years ago

1.6.1包还没有更新到maven, 目前只支持到单体。

afish177 commented 3 years ago

1.6.1包还没有更新到maven, 目前只支持到单体。 好的 我就是微服务。。 (不是单体) 还有我想问下 druid 里面有个 DruidDataSource beecp里面是有个类似的嘛