Skip to content

Commit

Permalink
In Grace 2023.1.0-M1, we should remove `spring.main.allow-bean-defini…
Browse files Browse the repository at this point in the history
…tion-overriding` and `spring.main.allow-circular-references`
  • Loading branch information
rainboyan committed Oct 3, 2024
1 parent f7c5f78 commit ea36ab7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ logging.level.org.grails.plugins.support=debug
management.endpoints.enabled-by-default=true
management.endpoints.web.exposure.include=*
spring.groovy.template.check-template-location=false
spring.main.allow-bean-definition-overriding=true
spring.main.allow-circular-references=true
spring.test.mockmvc.print=default

0 comments on commit ea36ab7

Please sign in to comment.