ٴٴٴ
ٴٴٴ
RRailway
Created by ٴٴٴ on 12/9/2023 in #✋|help
Java Spring boot error on deploy lombok
when i deploy my app, it's failing bcs it's not finding methods made by lombok anotation
3 replies
RRailway
Created by ٴٴٴ on 12/6/2023 in #✋|help
Java Spring Boot deployment error
I have deployed my back-end, first it was java version 20, and i get error of unsuported version i changed it to 19, now i get errors regarding lombook anotation example: /app/src/main/java/org/example/Barter/BarterDTO.java:[34,25] cannot find symbol #10 14.59 [ERROR] symbol: method builder() #10 14.59 [ERROR] location: class org.example.Barter.BarterDTO #10 14.59 [ERROR] /app/src/main/java/org/example/Barter/BarterDTO.java:[35,27] cannot find symbol #10 14.59 [ERROR] symbol: method getId() #10 14.59 [ERROR] location: variable barter of type org.example.Barter.Barter #10 14.59 [ERROR] /app/src/main/java/org/example/Barter/BarterDTO.java:[36,63] cannot find symbol #10 14.59 [ERROR] symbol: method getOfferedId()
27 replies