'스프링 부트와 AWS로 혼자 구현하는 웹 서비스' Chapter02 스프링부트에서 테스트 코드를 작성하자 파트를 실습하던 중 lombok error: variable name not initialized in the default constructor private final String name; 에러가 발생하며 테스트 코드가 작동하지 않았다. https://github.com/jojoldu/freelec-springboot2-webservice/issues/78 p.72 lombok constructor 생성 오류 · Issue #78 · jojoldu/freelec-springboot2-webservice 생성자가 안만들어지고 lombok error: variable name not initial..