整合springboot+mybatis时copy网上的配置,然后报错了。
<configuration>
<!-- mybatis用于生成代码的配置文件 -->
<configurationFile>src/main/resources/generatorConfig.xml</configurationFile>
<verbose>true</verbose>
<overwrite>true</overwrite>
</configuration>
百度了下说是去掉注释就可以了,试了试还是不行。 然后删除,自己手写了一下标签。发现可以了
Element 'configuration' cannot have character [children], because the type's content type is element-only.
helloworld_93634447
2021-05-24
2095 0 0
点赞
收藏
评论区
加载中...