STS에서 java formatter 맞추기 위해 백업을 해두고
import 하는데 아래와 같은 오류가 발생했다.
This profile has been created with a more recent Eclipse build than the one you are using. Some older settings might be reset to their default values and newer settings are ignored. Please note that upgrading profiles from older to newer builds is fully supported.
export 했을 때의 이클립스 버전과
import 했을 때의 이클립스 버전이 상이했을 때 발생한다.
export 했을 때의 이클립스 버전은
파일을 에디터로 열어보면 상단에 기재되어 있다.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="22">
<profile ....>
나의 경우에는 이클립스 버전을 변경해도 상관없어서
22버전의 이클립스를 다운로드 받아서 import 했다.
STS 이전 버전을 다운로드 받으려면 아래 링크를 이용한다.
https://github.com/spring-projects/sts4/wiki/Previous-Versions
Previous Versions
The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse...
github.com