I have created Flowable process using Spring Boot integration. The default location, for the *.bpm20.xml files is under src/main/resources/processes for the Flowable engine to deploy when the Spring boot app is run.
Is there a way to allow Flowable to auto deploy whenever I put in a new bpmn20.xml file? Also, is there a way to externalize the default location for the bpmn process so that the Spring boot jar does not need to be repackaged every time I add a new file?