2022年4月3日
摘要: 错误提示如下: Connected to the target VM, address: '127.0.0.1:51983', transport: 'socket' Exception in thread "main" java.lang.NoClassDefFoundError: scala/P 阅读全文
posted @ 2022-04-03 17:35 啊哈咧 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 1、下载安装配置GRADLE环境 2、编辑gradle.build文件 apply plugin: 'scala' apply plugin: 'idea' group 'com.m24.learn' version '1.0-SNAPSHOT' sourceCompatibility = 1.8 阅读全文
posted @ 2022-04-03 16:14 啊哈咧 阅读(80) 评论(0) 推荐(0) 编辑