2 posts tagged with "spring-boot"
Autoloading entities in Spring Shell commands
Posted on March, 2022During 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 postCommandLineRunners in Spring Shell
Posted on March, 2022Spring 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