Questions tagged as 'spring-boot'

0
answers

Form window within modal window not aligned + Thymeleaf + Spring Boot

Good afternoon! I'm having trouble rendering a modal window using Thymeleaf. The purpose of Modal is simply to display a form with the details of the Service, without having to redirect the user to another page. The data is loaded correctly. The...
asked by 25.07.2017 / 20:33
0
answers

Update an object automatically on other pages without reloading

Good afternoon! I'd like to know how I can do to 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 number of calls by status: Resolved, Pending, and Unresol...
asked by 13.07.2017 / 22:12
0
answers

As an active javascript upload component using UIKIT?

This page is about component implementations in Javascript using FrameWorks UiKit. Click here to go to the UiKit page. I'm trying to implement the Drop Area as you can see in the figure below; ButI'mfacingsomeproblems,andI'llstartt...
asked by 13.07.2017 / 21:33
1
answer

Image upload with Spring and UIkit

Dear implementing upload in my project, I was guided by the Algaworks Brewer project (uploads the beer photo), using a front-end framework UIkit The upload is being done, so I can see that in a folder with the name "null" is serving as the loc...
asked by 19.07.2017 / 00:46
1
answer

Relationship JPA, Spring, Angular,

I have a customer registration and I want to associate this customer with an equipment relationship but it is not saving the relationship. In the model layer of the client class I did so @OneToMany(cascade = {CascadeType.ALL } ) @JoinC...
asked by 31.08.2017 / 17:00
1
answer

Javascript Problem - dependent combos in Spring Boot

Look at the image below; Thishappenswhenloadingthecomboofcategoriestoloadthecomboofsubcategories.Whatisthegoal?WhenselectingthecategorycomboitwillautomaticallyloadthesubcategorycombobecauseofaJavascriptfile,howeveritisgeneratinganerrorintheJ...
asked by 14.06.2017 / 21:48
1
answer

Configure Spring Boot with Swagger to generate documentation from a json

Good morning everyone. I'm documenting the APIs of a project using Swagger2. In this documentation, rather than using annotations, a json file is used. I would like to know if it is possible to create a Spring Boot project with Swagger 2,...
asked by 07.06.2017 / 13:18
0
answers

Problem generating modal window layout with form using thymeleaf

Good afternoon. I'm getting the bootstrap modal windows and loading the data into the form, but the layout of the form is getting all messed up. I'll leave two photos to show what's happening. How should I stay HowdoesitgetwhenThymeleafgen...
asked by 16.06.2017 / 19:53
1
answer

Add items dynamically to a list using Thymeleaf

In my application, I have a form for adding a determining object to the database. In this object I have a list of other objects. For example, it is as if the object that I am registering is a Sale and the list is Sales Item. How to add multiple...
asked by 22.05.2017 / 01:31
1
answer

Delete database record with ajax + spring boot + thymeleaf

Good afternoon! I'm trying to delete an item in my view, which is in a bootstrap table. I'm using thymeleaf + bootstrapno frontend. The idea is to take the id and move to a modal bootstrap window and through the modal delete the record in the ba...
asked by 19.05.2017 / 20:54