IamMax420
IamMax420
Explore posts from servers
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 4/11/2025 in #java-help
Lombok @Data annotation problem
you mean this?
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
25 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 4/11/2025 in #java-help
Lombok @Data annotation problem
alright, I''ll take care of that
25 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 4/11/2025 in #java-help
Lombok @Data annotation problem
Yeah I did "reload all maven projects" but it didn't work, surprisingly
25 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 4/11/2025 in #java-help
Lombok @Data annotation problem
last time I was doing java I had some other issue with the pom file
25 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 4/11/2025 in #java-help
Lombok @Data annotation problem
man I can't fucking do it with spring initializr anymore
25 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 4/11/2025 in #java-help
Lombok @Data annotation problem
that's all I know
25 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 4/11/2025 in #java-help
Lombok @Data annotation problem
I have annotation processing enabled
25 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 4/11/2025 in #java-help
Lombok @Data annotation problem
what's that
25 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 4/11/2025 in #java-help
Lombok @Data annotation problem
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.max420</groupId>
<artifactId>moviewatchlist</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>moviewatchlist</name>
<description>no desc</description>
<url/>
<licenses>
<license/>
</licenses>
<developers>
<developer/>
</developers>
<scm>
<connection/>
<developerConnection/>
<tag/>
<url/>
</scm>
<properties>
<java.version>21</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>

<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.max420</groupId>
<artifactId>moviewatchlist</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>moviewatchlist</name>
<description>no desc</description>
<url/>
<licenses>
<license/>
</licenses>
<developers>
<developer/>
</developers>
<scm>
<connection/>
<developerConnection/>
<tag/>
<url/>
</scm>
<properties>
<java.version>21</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>

<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
25 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 1/25/2025 in #java-help
Lombok @Builder error
thanks again
125 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 1/25/2025 in #java-help
Lombok @Builder error
gotcha
125 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 1/25/2025 in #java-help
Lombok @Builder error
we have spirytus that's like 90-95%
125 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 1/25/2025 in #java-help
Lombok @Builder error
💀
125 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 1/25/2025 in #java-help
Lombok @Builder error
so don't make the same mistake as me
125 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 1/25/2025 in #java-help
Lombok @Builder error
I once drank vodka and beer at the same time and threw up
125 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 1/25/2025 in #java-help
Lombok @Builder error
I like absolut vodka, not sure if it's even polish lol
125 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 1/25/2025 in #java-help
Lombok @Builder error
they're good asf
125 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 1/25/2025 in #java-help
Lombok @Builder error
so I can give you some pierogi
125 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 1/25/2025 in #java-help
Lombok @Builder error
I'd get u a donut or something for the help but idk where u are and Im from Poland
125 replies
JCHJava Community | Help. Code. Learn.
Created by IamMax420 on 1/25/2025 in #java-help
Lombok @Builder error
the builder method
125 replies