Skip to content

Instantly share code, notes, and snippets.

View andismail's full-sized avatar

Jthan andismail

View GitHub Profile
@andismail
andismail / constant_string_too_long.md
Last active February 26, 2019 08:34
Intellij IDEA java:常量字符串太长(constant string too long)

Intellij IDEA java:constant string too long

在做一个非常长的json转对象的测试时Intellij编译不通过,报‘常量字符串太长’,做如下调整即可

修改Java compiler下的Use compiler为Eclipse(change 'Java complier' 'User complier' to Eclipse) 😎