Extending connector in Tomcat

Hi

I am trying to extend the connector as described in the docs. Her is my simple repo: https://github.com/armaan6651/camunda-connector-extend

However, the configure method is not executed when I start Camunda. How do I make sure my configuration class is detected?

Can someone help me with this? I am really stuck!

I am using the Camunda-Tomcat bundle. I placed the jar in the lib folder, but the configure method is not executed when I start Camunda.