Spring boot support in Jira server Plugin pom.xml

I am not able to get my pom.xml to support spring boot. Here is what I am looking for

Support Spring MVC
Appropriate settings need to be made in pom.xml to allow OSGI setup for Spring Boot and Spring MVC
Should be able to serve a static page from /static path (through Spring Boot/MVC)

Anyone done this before?

2 Likes

@sean.binny let me ask, why you need spring boot? Which task are you trying to solve?