Spring Boot on Android?

前端 未结 2 1398
青春惊慌失措
青春惊慌失措 2021-02-09 06:04

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

2条回答
  •  时光取名叫无心
    2021-02-09 06:32

    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

提交回复
热议问题