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
- Host: GitHub
- URL: https://github.com/jjm2473/android-spring-boot
- Owner: jjm2473
- Created: 2020-04-11T12:34:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T04:08:21.000Z (over 3 years ago)
- Last Synced: 2025-01-09T01:07:32.935Z (about 1 year ago)
- Topics: android, android-server, springboot
- Language: Java
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.en.md
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

*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`