Skip to content

监控控制台is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

Notifications You must be signed in to change notification settings

Dreamroute/bbp-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

监控控制台is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

  1. SpringBoot项目,引入:
<dependency>
    <groupId>com.github.dreamroute</groupId>
    <artifactId>bbp-monitor-spring-boot-starter</artifactId>
    <version>最新版本</version>
</dependency>
  1. 在logback/logback-spring.xml中增加:
<root level="info">
    <!-- bbp monitor -->
    <appender name="MONITOR" class="com.github.dreamroute.bbp.monitor.spring.boot.starter.BeanPostProcessorMonitor"/>
</root>
  1. 完成接入

About

监控控制台is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages