An open API service indexing awesome lists of open source software.

https://github.com/jjm2473/android-spring-boot

SpringBoot in android 安卓中启动SpringBoot
https://github.com/jjm2473/android-spring-boot

android android-server springboot

Last synced: 12 months ago
JSON representation

SpringBoot in android 安卓中启动SpringBoot

Awesome Lists containing this project

README

          

## Running SpringBoot in Android
Running SpringBoot in Android, turn Android device into a web server.
Tested on Android 9

![Screenshot](Screenshot_1588230665.png)

*demo project placed in web module, which copied from https://github.com/Ryan-Miao/springboot-demo-gradle*

### Working:
1. CGLIB
2. Template engines
3. Database

### Not Working:
1. Auto parameter name resolving not working, RequestParam and PathVariable annotations MUST provided parameter name in order to work.

PS:not spring's `SpringBoot for android`