Doesn't work with springboot project
See original GitHub issuei 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
run it with java 11 openjdk. is there any missing config of mine ?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:9 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sam here. Just tried the CLI and only received:
Was going to try the maven plugin but then found this issue.
@klingen-m feel free to submit pull request, no write access needed