spring-boot-microservices
spring-boot-microservices copied to clipboard
Facing issue when using builder method in Eclipse
https://github.com/SaiUpadhyayula/spring-boot-microservices/blob/27c9ca3d445cbee12b318fb8c8515a2a51bb52d0/product-service/src/main/java/com/programmingtechie/productservice/service/ProductService.java#L21
Hi. I'm facing issue on the below line when trying to use Builder method. Kindly help me as I'm unable to build the project due to this.
Am I missing something? I'm using Eclipse as IDE. Let me know if you need more information. Product product = Product.builder()
Please help.!!!!