Posts by Chewbaquita • 43 points
2 posts
-
1
votes1
answer54
viewsQ: Asynktask does not run doInBackGround
I am developing an android app for the integrative college project in which I need to pass parameter 2 strings (user and password) to a PHP API that will return a User object or a Boolean false. I…
-
3
votes1
answer378
viewsQ: JPA Deletes database data each time it restarts
Every time I restart the service, the data is deleted from the database. Has anyone gone through this and can you help? I am using Spring boot with JPA, Hibernate, Mysql, WEB and Rest. One of my…