Posts by Calebe Machado • 57 points
3 posts
-
1
votes2
answers1745
viewsQ: How to align the button to two inputs?
<div class="container"> <h2>Button Tags</h2> <form> <div class="form-group col-sm-3"> <label for="exampleInputName2">Name</label> <input type="text"…
-
2
votes1
answer3603
viewsQ: Spring Boot application does not rise - org.springframework.Beans.factory.Unsatisfieddependencyexception
I created the application from SPRING INITIALIZR. I made the adjustments for the first operation and configured the application.properties however I continue to receive the same exception:…
-
2
votes1
answer2032
viewsQ: How to create style condition in Jaspersoft Studio?
How can I put a style condition in Jasper Studio checking if the value is positive put green in foreground, if it is 0 or negative put red in foreground? I pass the following to the datasource…