spring-boot-microservices icon indicating copy to clipboard operation
spring-boot-microservices copied to clipboard

Facing issue when using builder method in Eclipse

Open shaikhf04 opened this issue 7 months ago • 0 comments

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.!!!!

shaikhf04 avatar Jul 01 '24 11:07 shaikhf04