[spring] javax.management.InstanceNotFoundException: 해결법 그외
스프링부트 기동시 javax.management.InstanceNotFoundException: 해결법
-IntelliJ 해결법 : [RUN] -> [Edit Configurations] -> Enable Launch optimization , Enable JMX agent 체크 해제
스프링부트 기동 후 locallhost:8087 접속시 org.thymeleaf.exceptions.TemplateInputException: Error resolving template [error], template might not exist or might not be accessible by any of the configured Template Resolvers 에러 해결법
- 단순히 해당 url 주소의 templet 이 없어서 나오는 에러
- controller 의 front 나 back 의 url 주소로 이동해야됨
포스트맨 send 시에 Error: getaddrinfo ENOTFOUND locallhost 해결법
- 로컬호스트 url 주소를 locallhost:포트번호가 아닌 localhost:포트번호 으로 설정해야됨