spring boot 프로젝트에서 application.properties가 안열릴때 해결하는 방법 기록.


 

1. 해결 방법 ①

window → New window

Eclipse 단순 버그일 경우 새 창으로 열면 해결됨 ^^;

 

 

 

2. 해결 방법 ②

Help → Install New Software... → Add...

Name : 아무거나 ㅎ (나는 properties editor라고 적음)

Location : https://download.springsource.com/release/TOOLS/update/e4.16/

적고 Add 해 준 후,

 

 

Extensions / Spring IDE → Spring IDE Boot Support ✅

설치해주고 다 되면 Restart Now OK

 

 

application.properties 우클릭 → Open With → Other... → Spring Properties Editor

잘 열린다 💨

 

 

 

+ Recent posts