简体   繁体   中英

How to test springboot with from an android emulator app

I am working on an android project which I used springboot for the webservice. It the any possible way of testing the spring boot project before deployment. What I mean is- how can I run the spring boot project and and make the app from the emulator to work with it . I'm using volley for the http client request.

Use ip adress of pc where spring boot app turn ( ex: http://192.168.100.100:port ) as base url for volley request.

The two device must be connected to the same access point(WI-FI).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM