Unknown referenced nature: org.springframework.ide.eclipse.core.springnature

Jan Nielsen picture Jan Nielsen · Nov 13, 2018 · Viewed 9.4k times · Source

In STS 4, my Java 10 Spring Boot 2.1 project warns me:

Unknown referenced nature: org.springframework.ide.eclipse.core.springnature

How can I fix this?

Answer

razvan picture razvan · Mar 25, 2019

Open the .project file in your source folder and comment/delete this line:

<nature>org.springframework.ide.eclipse.core.springnature</nature>