I want an extended function, like pf4j. I want it to help me read a jar from the disk and dynamically load it into the container. Springboot can install, uninstall, enable and disable it, and even dynamically add jars in a specific directory to expand the function of my app. This will be of great help to small and medium-sized enterprises.

Comment From: wilkinsona

Thanks for the suggestion. Unfortunately, a plugin system (particularly a dynamic one) is outwith the scope of Spring Boot. You've mentioned pf4j. You may be interested in its Spring support and using it with Spring Boot. You may also want to take a look at the Spring Plugin project.