Generator version
<!-- MyBatis -->
<dependency>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-core</artifactId>
<version>1.3.3</version>
</dependency>
Error reporting information
Solution:
The current version of generator is due to org mybatis. The version of generator is too low and needs to be upgraded to 1.3.7
Similar Posts:
- Pom.xml add dependency error [How to Solve]
- [Solved] Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.6…
- [Solved] SparkSQL Error: org.apache.hadoop.security.HadoopKerberosName.setRuleMechanism
- Springboot startup error start bean ‘eurekaautoserviceregistration’ NullPointerException
- [Solved] java.lang.NoSuchMethodError: javax.persistence.spi.PersistenceUni
- Springboot always reports an error when importing JSP dependencies
- [Solved] Interpreter error /com.fasterxml.jackson.databind.JavaType
- [Solved] Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses
- [Solved] Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses
- Springboot is compatible with jackson.databind and reports errors [How to Solve]