The content of element type "configuration" must match "(properties?,settings?,typeAliases?,typeHand

The content of element type “configuration” must match "(properties?,settings?,typeAliases?,typeHandlers?,objectFactory?,objectWrapperFactory?,plugins?,environments?,databaseIdProvider?,mappers?)

configuration标签里面的元素类型必须按照顺序写

  • properties
  • settings
  • typeAliases
  • typeHandlers
  • objectFactory
  • objectWrapperFactory
  • plugins
  • environments
  • databaseIdProvider
  • mappers

否则报错
The content of element type "configuration" must match "(properties?,settings?,typeAliases?,typeHand
修改标签的顺序后
The content of element type "configuration" must match "(properties?,settings?,typeAliases?,typeHand

日常记录!!!!!!!!!!!!!!