Manish
Manish

Reputation: 11

Do Spring Boot applications have a provision of using rest handlers (REST APIs) written in Clojure?

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?

Upvotes: 1

Views: 140

Answers (0)

Related Questions