Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Console resources not found if WebMvcConfigurationSupport declared #63

Open
artemik opened this issue Jul 19, 2017 · 0 comments
Open

Console resources not found if WebMvcConfigurationSupport declared #63

artemik opened this issue Jul 19, 2017 · 0 comments

Comments

@artemik
Copy link

artemik commented Jul 19, 2017

Grails 3.2.11
Console 2.0.9

If in my java configuration I have a configuration class (even empty):

@Configuration
class MyConfig extends WebMvcConfigurationSupport {
}

at /console resources are not found and the console doesn't show up. All its static resources are 404.

I'd like to use this config class to configure MVC related beans (for example add custom message converters).

Is it grails or grails-console bug? Or it's not a bug and I'm just not allowed to use WebMvcConfigurationSupport classes in Grails projects?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant