I have a Clojure based web application using Angular JS. All the REST APIs are written in Clojure using Compojure and Ring. Now we want to host our application on a AWS Fargate instance which is a Spring Boot application.
I have been looking for a way to use existing rest handler in Spring Boot application but no luck so far.
Is there a way to achieve this or any other suggestion that might help us shift the application?