79174378

Date: 2024-11-10 07:49:29
Score: 1
Natty:
Report link

I had the same issue where everything worked fine locally with Spring Boot, but failed when running in Docker. Adding the following dependencies resolved the problem:

implementation 'net.sf.jasperreports:jasperreports-jdt:7.0.1'

implementation 'org.eclipse.jdt:ecj:3.21.0'

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Andres Castellanos