Skip to content
New issue

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

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

Already on GitHub? # to your account

Change config for spring-beans plugin. #1466

Closed
jaehong-kim opened this issue Jan 20, 2016 · 0 comments
Closed

Change config for spring-beans plugin. #1466

jaehong-kim opened this issue Jan 20, 2016 · 0 comments
Assignees
Milestone

Comments

@jaehong-kim
Copy link
Contributor

Add filters options.

As is.

  • filter
    • value
    • value OR filter
  • value
    • profiler.spring.beans.name.pattern
    • profiler.spring.beans.class.pattern
    • profiler.spring.beans.annotation

To bo.

  • filters
    • filter
    • filter OR filters
  • filter
    • value
    • value AND filter
  • value
    • profiler.spring.beans.n.name.pattern
    • profiler.spring.beans.n.class.pattern
    • profiler.spring.beans.n.annotation

n is 1 to profiler.spring.beans.max.

e.g.

profiler.spring.beans.1.name.pattern=
profiler.spring.beans.1.class.pattern=com.foo.dao.*
profiler.spring.beans.1.annotation=org.springframework.stereotype.Service,org.springframework.stereotype.Repository

profiler.spring.beans.2.name.pattern=
profiler.spring.beans.2.class.pattern=com.foo.controller.*
profiler.spring.beans.2.annotation=org.springframework.stereotype.Controller
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant