-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I am converting from Grovvy/JavaFX to pure Java/Swing (and upgrading to the current Griffon version at the same time). I am using the MyBatis plugin and getting all the way to DatasourceConnectEnd, but the mapper is not registered. The Mapper is coded as:
@TypeProviderFor(MybatisMapper.class)
public interface DBMapper extends MybatisMapper {
I have looked in the targets/classes/META-INF directory and there is no "types" directory in the Java version (but there is in the Groovy version, and it has MybatisMapper in it.
Is this a bug, or is there something else I need to do to register the mapper.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels