Myeclipse报错:“Versions of Spring facet could not be detected”的解决方法:译

Posted 等待戈多儿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Myeclipse报错:“Versions of Spring facet could not be detected”的解决方法:译相关的知识,希望对你有一定的参考价值。

本人的感悟是遇到这个错误不可姑息,或许开发中本来就不能与任何错误共存。

解决方法如下:

VERSION OF SPRING FACET COULD NOT BE DETECTED.

The migration process needs to detect the correct version of Spring support used by a project. If the process fails to detect the version based on containers used by the project, it tries to read it from the .springBeans file. If the file is missing, the migration process is unable to continue.

You need to manually create the file in the root of the project, before invoking the Migration wizard. To do so, right-click the project, and select New>File from the menu. Enter .springBeans as the file name, and click Finish. The .springBeans file editor should open. Paste the following code into it, and save the file.

<?xml version="1.0" encoding="UTF-8"?>
<beansProjectDescription>
  <springVersion>2.0</springVersion>
</beansProjectDescription>

Now you can rerun the migration process by selecting MyEclipse>Migrate Projects from theMyEclipsemenu, or run the process from the Project Migration view.

Note: The .springBeans file might not appear in the Package Explorer view; you will need to disable the.* resources filter to see it. To do so, click the white triangle (View menu) in the top-right corner of the Package Explorer view and select Filters. Next, deselect the .* resources filter, and click OK. You should now be able to see the .springBeans file.


译:

1.新建文件(file),命名为:.springBeans,不能有后缀,如果不能新建这样的文件,就在IDE中新建这样的文件(file)

2.将下文粘贴进.springBeans,不能有任何修改

<?xml version="1.0" encoding="UTF-8"?>
<beansProjectDescription>
  <springVersion>2.0</springVersion>
</beansProjectDescription>

3.将文件复制粘贴到项目根目录

4.导入项目至IDE就不会报这个错误了

以上是关于Myeclipse报错:“Versions of Spring facet could not be detected”的解决方法:译的主要内容,如果未能解决你的问题,请参考以下文章

DatastageDatastage在win10上安装报错:This Application requires one of the following versions of the .NET

错误记录发布 Flutter 插件包报错 ( ‘gmail.com‘ has insufficient permissions to upload new versions of package)(代

Correct the classpath of your application so that it contains compatible versions of the classes com

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

Constructors for mutable and const versions of an iterator class

shiro与spring集成时报Versions of Ehcache before version 2.5 allowed any number of CacheManagers with the