We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae42ce commit d7057e4Copy full SHA for d7057e4
backend/src/main/resources/config/application.properties
@@ -2,7 +2,7 @@ spring.profiles.include=${CMSCH_SPRING_PROFILES:}
2
server.error.include-stacktrace=always
3
spring.threads.virtual.enabled=true
4
hu.bme.sch.cmsch.startup.sysadmins=${SYSADMINS:6af3c8b0-592c-6864-8dd9-5f354edfc0be}
5
-spring.jpa.open-in-view=false
+spring.jpa.open-in-view=true
6
7
spring.session.jdbc.initialize-schema=always
8
spring.session.jdbc.schema=classpath:org/springframework/session/jdbc/schema-@@platform@@.sql
0 commit comments