How to set show-sql to true once the Spring Boot Application has been started

385 views Asked by At

How to set show-sql to true once the Spring Boot Application has been started

We start application with spring.jpa.show-sql=false in src/main/resources/application.properties

If we need to momentarily turn on show-sql, how should we do it?

0

There are 0 answers