Skip to content
Discussion options

You must be logged in to vote

One dependency — that's it. No agent, no dashboard server, no code changes.

Maven:

<dependency>
    <groupId>io.github.ddsha441981</groupId>
    <artifactId>wiredoctor-autoconfigure</artifactId>
    <version>0.9.0</version>
</dependency>

Gradle:

implementation 'io.github.ddsha441981:wiredoctor-autoconfigure:0.9.0'

On startup WireDoctor hooks into the resolved ApplicationContext and writes to your project root:

  • wiredoctor-report.html — self-contained interactive console (tabs: Overview / Graph / Ghosts / Smells / Timing / Conditions), renders fully offline
  • wiredoctor-report.json — the same data as machine-readable source of truth
  • plus a diagnostic summary in your logs, and live views at /…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ddsha441981
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant