You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sanheng1shu
changed the title
使用COLA 5.0 新建项目时编译报错,原因是client module中的引用在父POM中没写入
使用COLA 5.0 新建项目时编译报错,默认jdk设置为1.8,但实际是有些component是jdk17打包的,是不是不支持1.8了?
Jan 24, 2025
mvn archetype:generate
-DgroupId=com.alibaba.cola.demo.web
-DartifactId=demo-web
-Dversion=1.0.0-SNAPSHOT
-Dpackage=com.alibaba.demo
-DarchetypeArtifactId=cola-framework-archetype-web
-DarchetypeGroupId=com.alibaba.cola
-DarchetypeVersion=5.0.0
构建失败,并报错
无法访问com.alibaba.cola.dto.MultiResponse
错误的类文件: /.m2/repository/com/alibaba/cola/cola-component-dto/5.0.0/cola-component-dto-5.0.0.jar(com/alibaba/cola/dto/MultiResponse.class)
类文件具有错误的版本 61.0, 应为 52.0
请删除该文件或确保该文件位于正确的类路径子目录中。
The text was updated successfully, but these errors were encountered: