When trying to use the Payeezy Spring SDK in a Spring app (via Maven), I got this error on startup:
java.lang.IllegalStateException: Found multiple @SpringBootConfiguration annotated classes
Looking into the library, it seems that the jar contains its own Spring application class (com.firstdata.payeezy.PayeezyClientApplication) which is conflicting with my own.
When trying to use the Payeezy Spring SDK in a Spring app (via Maven), I got this error on startup:
java.lang.IllegalStateException: Found multiple @SpringBootConfiguration annotated classesLooking into the library, it seems that the jar contains its own Spring application class (
com.firstdata.payeezy.PayeezyClientApplication) which is conflicting with my own.