Posts by Cisino Junior • 145 points
14 posts
-
7
votes1
answer5651
viewsQ: Infinite recursion (Stackoverflowerror): Error when listing products with categories and unit of measures
Good afternoon! I am trying to list the registered products, but the error happens below: Failed to write HTTP message: org.springframework.http.converter.HttpMessageNotWritableException: Could not…
-
1
votes1
answer297
viewsQ: How to list users and their "Roles"
Hello! I need to list the level of user access on my User Query page. But I can’t access Role data through User. The User entity has the Role attribute that is mapped with the Manytomany annotation,…
-
0
votes0
answers537
viewsQ: Auto search (Auto complete search)
Good afternoon! I am trying to implement an auto complete search on my system. But so far I have not achieved a satisfactory result. What I want is when the user searches shows the result, as google…
-
2
votes1
answer595
viewsQ: Questions Spring Boot Web App -> Android
A few weeks ago I finished the project of a web system that makes basic Ruds, I used Java, Maven, Spring Boot, Hibernate, Bootstrap + Thymeleaf pro frontend, etc... And I deployed to Heroku using…
-
0
votes0
answers223
viewsQ: Form inside modal window does not align + Thymeleaf + Spring Boot
Good afternoon! I’m having trouble rendering a modal window using Thymeleaf. The purpose of Modal is simply to show a form with the details of the Service, without having to redirect the user to…
-
0
votes0
answers229
viewsQ: Automatically update an object on other pages without reloading
Good afternoon! I would like to know how I can update an object in my view without having to reload the page. For example, on the main page of the system, I have 3 panels that shows the amount of…
-
1
votes1
answer48
viewsA: Deploy to Heroku after reinstalling Ubuntu
I was able to solve the problem by removing Heroku and installing again through the repository, following this tutorial -> install Heroku by the repository Then just generate the ssh key…
-
0
votes1
answer48
viewsQ: Deploy to Heroku after reinstalling Ubuntu
Good afternoon! I had to reinstall Ubuntu on my machine, and that’s why I was deploying it to Heroku. But now that I’ve reinstalled everything I can’t deploy anymore. I cloned the git project and…
-
0
votes0
answers558
viewsQ: Problem generating modal window layout with form using Thymeleaf
Good afternoon. I’m managing to generate the modal windows of the bootstrap and load the data into the form, but the layout of the form is getting all messy. I’ll leave you two pictures to show you…
-
2
votes1
answer920
viewsA: Thymeleaf templates error in Heroku
Yesterday a user who unfortunately do not remember the nick answered and gave me the solution. Unfortunately the same deleted the comment. So stay here my thanks! The solution given by this user was…
-
1
votes1
answer920
viewsQ: Thymeleaf templates error in Heroku
I implemented my application on Heroku, just for testing... Locally everything works well, but in Heroku after I log in with the credentials I am directed to the page sac/index, what is right, but…
-
-1
votes1
answer351
viewsQ: Delete database record with ajax+spring boot+Thymeleaf
Good afternoon! I am trying to delete an item in my view, which is in a bootstrap table. I am using Thymeleaf + bootstrapna frontend. The idea is to take the id and move to a modal window of the…
-
0
votes1
answer545
viewsA: Edit method with Spring Boot problem
I believe you’ve already solved the problem. If not, to edit you are passing the boleto ID, but in the controller you do not get this id. In my project I did it this way and is working perfectly:…
spring-bootanswered Cisino Junior 145 -
0
votes2
answers848
viewsQ: Spring-Boot + Thymeleaf, load data into Bootstrap modal window
Good afternoon! I am using spring-boot and Thymeleaf to develop a java application, I would like to know how to load records to the modal window of bootstrap by clicking on the link of the table…