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 c0cb22e commit e9d1983Copy full SHA for e9d1983
src/main/resources/application.properties
@@ -20,6 +20,7 @@ spring.jpa.hibernate.ddl-auto=none
20
spring.jpa.hibernate.show_sql=true
21
spring.jpa.hibernate.format_sql=true
22
spring.main.allow-circular-references=true
23
+spring.main.allow-bean-definition-overriding=true
24
spring.session.store-type=redis
25
#spring.redis.host=localhost
26
spring.redis.password=
0 commit comments