Skip to content
Snippets Groups Projects
Commit 21b1e4b3 authored by kbeyro's avatar kbeyro
Browse files

reverse sql

parent a5306cc1
No related branches found
No related tags found
3 merge requests!65Resolve "Prevent users from adding an existing SSH key",!601.6.5 fix processing bulk,!2added token management
Pipeline #89115 passed
...@@ -60,8 +60,8 @@ db.standalone.username=nmaas ...@@ -60,8 +60,8 @@ db.standalone.username=nmaas
db.standalone.password=nmaas db.standalone.password=nmaas
# Common # Common
spring.h2.console.enabled=true spring.h2.console.enabled=true
spring.jpa.properties.hibernate.show_sql=true spring.jpa.properties.hibernate.show_sql=false
spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.format_sql=false
spring.jpa.properties.hibernate.connection.autocommit=false spring.jpa.properties.hibernate.connection.autocommit=false
spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true spring.jpa.show-sql=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment