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

fix bug issue 848

This commit is contained in:
lecjy 2023-06-29 12:10:06 +08:00
parent b4bf2698e0
commit 23963b95ad

View File

@ -74,7 +74,7 @@ spring.datasource.password=123456
# MySQL Blob
spring.jpa.properties.hibernate.current_session_context_class=org.springframework.orm.hibernate5.SpringSessionContext
spring.jpa.show-sql=false
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
##############################################
@ -171,3 +171,5 @@ extras.login.banner=off
extras.login.chatbox=off
extras.auth.super-admin.pass=
extras.log.request=off
spring.jpa.properties.hibernate.allow_update_outside_transaction=true