Is it possible to run Spring Boot on an Android device?
Right now I am successfully running a web service on localhost using Spring Boot which I\'ve g
You can use https://github.com/jetty-project/i-jetty to host servlet based apps in android. or embed i-jetty (replacing tomcat or netty) in your spring boot app