Posts by Otávio • 61 points
5 posts
-
2
votes1
answer117
viewsQ: How to configure log4j2.xml with different parameters per environment
How to use log4j2 with different parameters per environment in spring boot. I need the log to be generated with a different name for each environment.
-
2
votes1
answer117
viewsA: How to configure log4j2.xml with different parameters per environment
Implement log4j2.xml <?xml version="1.0" encoding="UTF-8"?> <Configuration status="warn" name="teste" packages=""> <Appenders> <RollingFile name="FileAppenderdev"…
-
1
votes1
answer39
viewsA: Future call with Void type
In fact in this case the problem was another, I thought that due to createPDFReport triggering the Reset, the method that invalidated the key was running before the Reset arrived at the browser.…
-
-1
votes1
answer39
viewsQ: Future call with Void type
Situation I needed to print a PDF report through a void method that returned Replay and after screen printing it became necessary to invalidate the permission key directly in the bank. Problem Soon…
-
1
votes0
answers33
viewsQ: Error org.codehaus.groovy.control.Compilationfailedexception when running a Jasper report
Upon receiving this error, check the language property of your report. If you are like Groovy, switch to Java that will solve the error. Att.…