Skip to main content

Before entering

Like JPA2.0 Criteria, QueryDsl, Fluent-MyBatis and other strongly typed SQL DSL implementations, Jimmer needs to generate more source code based on user code.

  • For Java, it is the annotation processor
  • For kotlin, it is ksp.

When the user uses an IDE (such as Intellij) for the first time to open a any example of this probject, he will find that some classes that should be automatically generated do not exist.

Don't be afraid at this time, click the run button, and all errors will disappear automatically.