Grails 1.3.7 utf-8 在第二次启动后停止工作
我有一个 grails 1.3.7 应用程序。当我删除 .grails 目录并运行应用程序时,一切都很好。我可以通过 Web 界面编辑我的域,并且 UTF-8 字符已保存并正确显示。
但是,当我在不删除 .grails 的情况下启动应用程序时,当我将数据发布到控制器时,我会收到一些奇怪的字符(例如这些 ??&)。
可能是什么原因造成的?
我的数据源:
dbCreate = "create-drop"
url = "jdbc:hsqldb:mem:testDb"
Bootstrap 测试数据始终显示正确。
I have a grails 1.3.7 application. When I remove my .grails directory and run the application, everything is fine. I can edit my domains through web interface and UTF-8 characters are saved and displayed correctly.
However when I start my application without removing .grails I get some weird characters (like these Ä?Ä?&) when I post data to a controller.
What might be the cause for it?
My data-source:
dbCreate = "create-drop"
url = "jdbc:hsqldb:mem:testDb"
Bootstrap test data is always shown correctly though.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论