Hello Dinesh,
There is no support for Spring MVC in Lyo. You can use JAX-RS with Spring Boot. However, the only dependence on the framework is in serialisation and initialisation. If you are interested to add support for Spring MVC, you can try developing your own HttpMessageConverter similar to a JAX-RS Provider here: https://github.com/eclipse/lyo.core/pull/76. We will try to help you if you will go for implementing OSLC support in Spring.
Cheers,
Andrew
P.S. I would be more interested in supporting Spring WebFlux than Spring MVC.