See the Quickstart Guide for a quick start!
The MyBatis Generator user interface consists of these elements
The new configuration file wizard will create a new XML file with a basic outline of a configuration file for MyBatis Generator. You do not need to use this wizard, but it is useful for setting up a new configuration file.
You can access the wizard from the menu: "File>New>Other..., and then selecting "MyBatis Generator Configuration File" from the "MyBatis Generator" category.
The launch configuration is the heart of the Eclipse user interface. The plug-in will enable the "Run As>Run MyBatis Generator" option on any XML file that has the root element of "generatorConfiguration" or "ibatorConfiguration". To run MyBatis Generator, right click on a configuration file in any view and select the menu option.
The launch configuration has the ability to run a SQL script before running the generator. To access this functionality, you can edit the launch configuration with the normal Eclipse launch support. You can also add entries to the generator's classpath through the same launch configuration support. This should make it easier to access JDBC drivers, or to access your own generator plugins.
See the page Using the Launcher for more information about using the launcher.
See the page Using the Integrated Ant Task for more information about using the integrated Ant task.