Hello!
Is atlassian-connect-spring-boot have any easy setup for change atlassian-connect.json location? How can I say move the served json file to localhost:8080/jira/atlassian-connect.json ? I tried it by modify the file location to /resources/static/jira this way it will be served to the above url , but the variables inside (${addon.key} etc.) wont be changed to the values in application.yml. So this way I cannot install my application.
Is there any easy fix for this?