Posts by felipear89 • 1 point
1 post
-
0
votes2
answers1590
viewsA: How to save files to a server via Java?
You could create a web service (Rest) and save the json in a database that stores json, such as mongodb.
1 post
0
votes2
answers1590
viewsYou could create a web service (Rest) and save the json in a database that stores json, such as mongodb.