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?
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?