Proof of Concepts on how to integrate PF4J library into Spring Boot as a starter.
Most of the implementation is taken from Official PF4J implementation. Reason for not using library directly is because:
- Spring Boot parent POM is not used directly
- Spring Boot Version 2 is not compatible.