1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00

#848 set sql log off as default

This commit is contained in:
Hai Liang Wang 2023-06-29 13:31:26 +08:00
parent 23963b95ad
commit 306bb8e38b

View File

@ -74,7 +74,7 @@ spring.datasource.password=123456
# MySQL Blob # MySQL Blob
spring.jpa.properties.hibernate.current_session_context_class=org.springframework.orm.hibernate5.SpringSessionContext spring.jpa.properties.hibernate.current_session_context_class=org.springframework.orm.hibernate5.SpringSessionContext
spring.jpa.show-sql=true spring.jpa.show-sql=false
spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.format_sql=true
############################################## ##############################################