Skip to main content

Introducing EfeyoPixel Technology Solutions

Comments

Popular posts from this blog

Use KeePass And Putty To SSH To Servers (Without Typing Passwords)

Use KeePass and Putty To SSH To Servers (No Password)

๐Ÿ†•Maven Spring Boot Run Command Line Arguments ๐Ÿฝ๐Ÿ‘‰๐Ÿพ Spring Boot Project Intellij Idea Run

This video is presents how to properly use maven spring boot run command line arguments.

Maven PlantUML Plugin

 Maven PlantUML Plugin Generate diagrams using - https://github.com/devlauer/plantuml-generator Example configuration; < plugin >   < artifactId > plantuml-generator-maven-plugin </ artifactId >   < groupId > de.elnarion.maven </ groupId >   < version > 1.1.2 </ version >   < executions >     < execution >         < id > generate-simple-diagram </ id >         < goals >             < goal > generate </ goal >         </ goals >         < phase > generate-test-sources </ phase >         < configuration >             < outputFilename > testdiagram1.txt </ outputFilename >             < scanPackages >             ...