question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't work with springboot project

See original GitHub issue

i tried this maven plugin using spring pet client project here :

https://github.com/spring-projects/spring-petclinic

using this config :

<plugin>
   <groupId>com.iluwatar.urm</groupId>
   <artifactId>urm-maven-plugin</artifactId>
   <version>2.0.0</version>
   <configuration>
      <packages>
         <param>org.springframework.samples.petclinic.owner</param>
      </packages>
      <includeMainDirectory>true</includeMainDirectory>
   </configuration>
   <executions>
      <execution>
         <phase>process-classes</phase>
         <goals>
            <goal>map</goal>
         </goals>
      </execution>
   </executions>
</plugin>

uml output is only

@startuml @enduml

run it with java 11 openjdk. is there any missing config of mine ?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
steven-ponessacommented, Jul 6, 2021

Sam here. Just tried the CLI and only received:

@startuml
@enduml

Was going to try the maven plugin but then found this issue.

0reactions
iluwatarcommented, Sep 21, 2022

@klingen-m feel free to submit pull request, no write access needed

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Boot Application is not Working - Stack Overflow
Spring Boot is designed to run as an executable JAR file (hence the presence of public static void main(String[] args) . Spring Boot...
Read more >
Getting Started | Building an Application with Spring Boot
This guide provides a sampling of how Spring Boot helps you accelerate application development. As you read more Spring Getting Started guides, you...
Read more >
Spring Boot, Maven and Eclipse Errors and TroubleShooting ...
Maven download issues. Hal Browser and Spring Boot Actuator are not working! Configure 2.3.1.RELEASE. 2. Highly Probable Errors. Problems a high ...
Read more >
Issues · spring-projects/spring-boot - GitHub
Issues : spring-projects/spring-boot ... Have a question about this project? Sign up for a free GitHub account to open an issue and contact...
Read more >
Spring Boot support in Visual Studio Code
If you run into any issues when using the features below, you can contact us by opening an issue. Prerequisites. To develop a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found