sohutv / cachecloud

搜狐视频(sohu tv)Redis私有云平台 :支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本,提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports Standalone, Sentinel, and Cluster architectures for Redis, effectively reducing large-scale Redis operation and maintenance costs, and improving resource management and utilization. The platform provides rapid construction/migration, operation and maintenance management, elastic scaling, statistical monitoring, client integration and access and other functions)
http://cachecloud.github.io/
Apache License 2.0
8.76k stars 2.04k forks source link

mvn编译cachecloud2.1和2.2版本均报错 #294

Closed wwloo2018 closed 1 year ago

wwloo2018 commented 1 year ago

下载cachecloud2.2和2.1的release版本,使用mvn报错均出现如下报错:是什么原因呢?

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project cachecloud-web: Compilation failure: Compilation failure: [ERROR] /database/cachecloud-2.2/cachecloud-web/src/main/java/com/sohu/cache/util/Pair.java:[28,20] 程序包javafx.beans不存在 [ERROR] /database/cachecloud-2.2/cachecloud-web/src/main/java/com/sohu/cache/util/Pair.java:[65,17] 找不到符号 [ERROR] 符号: 类 NamedArg [ERROR] 位置: 类 com.sohu.cache.util.Pair<K,V> [ERROR] /database/cachecloud-2.2/cachecloud-web/src/main/java/com/sohu/cache/util/Pair.java:[65,41] 找不到符号 [ERROR] 符号: 类 NamedArg [ERROR] 位置: 类 com.sohu.cache.util.Pair<K,V> [ERROR] -> [Help 1]

githubname1024 commented 1 year ago

@wwloo2018 请提供一下jdk详细版本