Posts by Thiago Santiago • 11 points
2 posts
-
1
votes0
answers258
viewsQ: How to configure the Heroku procfile to find the application path that is not at the root of the project?
I have a springboot application in the git repository with the following configuration: /api .gitignore Procfile README.md However when I try to do Deoloy on Heroku I get the following error: ! No…
-
0
votes3
answers603
viewsA: Problem sending model to controller
Add a List property to the Person object. So when rendered the object gets under control with its information. In the controller add a new parameter to receive your list. public JsonResult…