grails-spring-security-core icon indicating copy to clipboard operation
grails-spring-security-core copied to clipboard

Grails 6 applications don't generate resources.groovy

Open sdelamo opened this issue 1 year ago • 1 comments

Issue description

An grails-app/conf/spring/resources.groovy with contents:

// Place your Spring DSL code here
beans = {
}

is necessary for the s2-quickstart command to work. However, Grails 6.1 no longer generate such a file.

sdelamo avatar Nov 21 '23 09:11 sdelamo

I believe we should update the security plugin to work properly instead of having an empty resources.groovy file.

puneetbehl avatar Nov 23 '23 09:11 puneetbehl