Posts by Paulo Augusto • 11 points
2 posts
-
1
votes2
answers735
viewsQ: Multiple Databases with Spring Boot
In my application, customers have their own database and I am developing a REST application, with Spring Boot, from which I need to configure Datasources to connect to databases, according to a…
-
0
votes2
answers474
viewsQ: Restful implementation of express routes do not work on the server
I have a Restful API implemented in Nodejs working normally locally, with all routes responding, all right. However, when putting into production on the Kinghost server only the root route works. I…