Open mikebski opened 5 years ago
Switch to commons-logging (via Lombok's @CommonsLog annotation instead of using System.out and for exception logging (instead of .printStackTrace())
@CommonsLog
.printStackTrace()
Switch to commons-logging (via Lombok's
@CommonsLog
annotation instead of using System.out and for exception logging (instead of.printStackTrace()
)