Grails: Native2ascii error when I add a new property to message.properties

后端 未结 6 1127
南方客
南方客 2021-02-07 22:57

I get a strange error when I add a new property to message.properties file in my grails application during runtime. When I restart the application via the command line, or resta

6条回答
  •  北海茫月
    2021-02-07 23:43

    You should be using JDK rather than JRE.

    Also, if you don't need the native2ascii (which you probably don't), in BuildConfig.groovy use: grails.enable.native2ascii = false

提交回复
热议问题