I'm trying to get rid off all the WARN messages when grails is booting and I found this one
ERROR --- [ main] g.boot.config.tools.ClassPathScanner : The application defines a Groovy source using the default package. Please move all Groovy sources into a package.
Then to verify which Groovy sources is using the default package I ran in the Console
Hi
I'm trying to get rid off all the
WARN
messages when grails is booting and I found this oneThen to verify which Groovy sources is using the default package I ran in the Console
And this was the result
So I came here searched for
ConsoleUrlMappings
and asClassPathScanner
ConsoleUrlMappings
is not in a package....I'm using:
Thanks :)