Relative Content

Tag Archive for intellij-ideaavro

How to Properly Import Generated Avro Classes in IntelliJ IDEA?

I’m working on a Spring Boot project where I use Avro to generate Java classes from .avsc schema files. The Avro classes are generated correctly in the target/generated-sources/avro directory, but I’m having trouble importing these classes into my main project code in IntelliJ IDEA.