Code generator for MyBatis that produces Java POJOs, Mapper interfaces, and XML mapping files from database tables.
<dependency>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-core</artifactId>
<version>2.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs MyBatis Generator with a configuration file.
Review migration guide from 1.x to 2.x for configuration changes.
No dependency data recorded yet.