ckeditor with spring mvc not working
问题 I'm trying to integrate ckeditor with a spring mvc project and it does not seem to be working. As far as I can tell I'm following the documentation but something is wrong. The only output I get is a textarea with no toolbar or anything resembling ckeditor. This stays the same if I specify the "Full' toolbar. It appears as if ckeditor is not being found, but why? Note: in my servlet-context.xml I have tried both <resources mapping="/resources/**" location="/resources/" /> and <resources