Skip to content

Tag: pom.xml

java cannot find symbol class Generated

Hello guys my problem is I generate QClasses with querydsl everything generate nice but if I want run project build failed because cant find symbol. Before that it worked well and suddenly without changing the pom.xml so it not work. I’ve had this problem before, and if I remember correctly, I fixed it …

Flink: java.lang.NoSuchMethodError: AvroSchemaConverter

I am trying to connect to Kafka. When I run a simple JAR file, I get the following error: Yes, I am aware that NoSuchMethod can potentially mean that there is a conflict between versions; however, there is no Flink instance running on YARN cluster. I have also tried to play with pom.xml but no luck The versio…

Eclipse Spring Boot need declare Maven dependency explicitly

I have 2 development PCs, both have following specification: Windows 10 1909 64 bit Installed Oracle JDK 1.8.0_281-b09 Eclipse IDE for Java Developers 2020-12 (4.18.0) The application under development is a Spring Boot project with following Maven file: When importing the project into Eclipse, one of developm…