Element 'configuration' cannot have character [children], because the type's content


整合springboot+mybatis时copy网上的配置,然后报错了。


       
  src/main/resources/generatorConfig.xml
true
true

百度了下说是去掉注释就可以了,试了试还是不行。 然后删除,自己手写了一下标签。发现可以了