pf4j-spring-tutorial icon indicating copy to clipboard operation
pf4j-spring-tutorial copied to clipboard

A step by step guide to create an application supporting third-party plugins in Java and Spring boot

Results 4 pf4j-spring-tutorial issues
Sort by recently updated
recently updated
newest added

Was trying to use the properties injection in one of plugins and the properties are not resolved. Is there a way to propagate the properties from the app to plugin?

com.curisprofound shared-plugin-interfaces 1.1.0 Where to download?

Hi, I am trying to build spring-plugin-container with spring-boot-starter-web instead of spring-boot-starter-webflux. But I don't know how to process below code in PluginConfig.java. Can you teach me how to handle...

Successfully we can load external Spring Boot JAR as a plugin in the main Spring Boot application. But plugin jar its fails to load its dependency (not able to load...