author-pic

2 posts tagged with "spring-boot"

Autoloading entities in Spring Shell commands

Posted on March, 2022

During an assignment for my lecture Software-Development using Enterprise Technologies we had to develop an auctioning system using Spring Boot. The interaction with this system had to be possible…

Read full post

CommandLineRunners in Spring Shell

Posted on March, 2022

Spring Shell uses a CommandLineRunner blocking the main thread in order to run the interactive communication with the user. Other CommandLineRunners without any defined @Order or a lower priority, will not be executed before...

Read full post