We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
jdk17 运行项目 报错 Java: module not found: com.alibaba.fastjson2
requires com.alibaba.fastjson2;
public static void main(String[] args) { System.out.println("Hello world!"); JSONObject jsonObject = JSON.parseObject("{\"isRemember\":false,\"account\":\"234\",\"password\":\"234\"}"); System.out.println(jsonObject); }
...
java: 找不到模块: com.alibaba.fastjson2
The text was updated successfully, but these errors were encountered:
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.15-SNAPSHOT/ 问题已修复,请帮忙用2.0.15-SNAPSHOT验证,2.0.15版本预计在10月7日前发布
Sorry, something went wrong.
fix module-info, for issue #780
eac15ac
fastjson2-2.0.15-20220917.213214-2 经验证已修复该问题
f08d39d
https://github.com/alibaba/fastjson2/releases/tag/2.0.15 2.0.15版本已发布,请用新版本
No branches or pull requests
问题描述
jdk17 运行项目 报错 Java: module not found: com.alibaba.fastjson2
环境信息
重现步骤
...
错误The text was updated successfully, but these errors were encountered: