You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the mybatis generator plugin in Eclipse, the release information of eclipse listed as below:
Eclipse IDE for Enterprise Java Developers.
Version: 2020-03 (4.15.0)
Build id: 20200313-1211
Plugin details as below :
MyBatis Generator 1.4.0.201911242214 org.mybatis.generator.feature.group mybatis.org
I got the error message :
generatorConfig.xml.xml:5: java.lang.RuntimeException: Cannot instantiate object of type com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
java.lang.RuntimeException: Cannot instantiate object of type com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
And the generator hung up.
Can you please advise?
The text was updated successfully, but these errors were encountered:
I installed the mybatis generator plugin in Eclipse, the release information of eclipse listed as below:
Eclipse IDE for Enterprise Java Developers.
Version: 2020-03 (4.15.0)
Build id: 20200313-1211
Plugin details as below :
MyBatis Generator 1.4.0.201911242214 org.mybatis.generator.feature.group mybatis.org
OS information :
Ubuntu 20.04 x64
Maven dependencies and plugins as below:
The configuration for the plugin is:
I got the error message :
generatorConfig.xml.xml:5: java.lang.RuntimeException: Cannot instantiate object of type com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
java.lang.RuntimeException: Cannot instantiate object of type com.itfsw.mybatis.generator.plugins.SelectOneByExamplePlugin
And the generator hung up.
Can you please advise?
The text was updated successfully, but these errors were encountered: