Spring MVC Controller

Hi,

Is it possible to use a Spring MVC @Controller side by side with Flow in the same spring-boot application? And also share the Session and injected spring components?

Thx for the help.

Hi, I don’t see a big difference between Flow spring-boot app and non-Flow.
So if you may do it generally then you should be able to do it in the Flow spring-boot app.
In fact the Spring boot integration uses internally one controller.
But I guess it depends on the way how you use it.
Not sure whether it helps…