I have a method in which I receive a variable year
, how can I show in the console the value that is stored in said variable?
This is the method I have, I have put a sysout
but I can't see it.
public EmployeeDashboardDto getEmployeeDashboardYearDto(Integer year, Integer employeeId) throws QOException {
System.out.println("year: " + year);
return null;
}
question from:
https://stackoverflow.com/questions/66049579/spring-boot-how-to-show-logs-on-screen 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…