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?
Open the .project file in your source folder and comment/delete this line:
<nature>org.springframework.ide.eclipse.core.springnature</nature>