XML Parser Error on line 36: the comment appears in the string is not allowed

springboot mybatis generate code Times

[INFO] Scanning for projects...  
[INFO]  
[INFO] ------------------------------------------------------------------------  
[INFO] Building Mybatis 0.0.1-SNAPSHOT  
[INFO] ------------------------------------------------------------------------  
[INFO]  
[INFO] --- mybatis-generator-maven-plugin:1.3.2:generate (default-cli) @ Mybatis  
 ---  
[ERROR] XML Parser Error on line 11: 注释中不允许出现字符串 "--"。  
[INFO] ------------------------------------------------------------------------  
[INFO] BUILD FAILURE  
[INFO] ------------------------------------------------------------------------  
[INFO] Total time: 1.046 s  
[INFO] Finished at: 2016-03-03T23:19:52+08:00  
[INFO] Final Memory: 6M/171M  
[INFO] ------------------------------------------------------------------------  
[ERROR] Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plu  
gin:1.3.2:generate (default-cli) on project Mybatis: XML Parser Error on line 11  
: 注释中不允许出现字符串 "--"。 -> [Help 1]  
[ERROR]  
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit  
ch.  
[ERROR] Re-run Maven using the -X switch to enable full debug logging.  
[ERROR]  
[ERROR] For more information about the errors and possible solutions, please rea  
d the following articles:  
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE  
xception  

Solution: remove all comments generatorConfig.xml <!-- -->

Guess you like

Origin blog.csdn.net/l3922768721/article/details/79914281