diff --git a/event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mappering/PqDeviceMapper.xml b/event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mapping/PqDeviceMapper.xml similarity index 100% rename from event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mappering/PqDeviceMapper.xml rename to event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mapping/PqDeviceMapper.xml diff --git a/event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mappering/PqLineMapper.xml b/event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mapping/PqLineMapper.xml similarity index 100% rename from event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mappering/PqLineMapper.xml rename to event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mapping/PqLineMapper.xml diff --git a/event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mappering/PqSubstationMapper.xml b/event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mapping/PqSubstationMapper.xml similarity index 100% rename from event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mappering/PqSubstationMapper.xml rename to event_smart/src/main/java/com/njcn/gather/event/devcie/mapper/mapping/PqSubstationMapper.xml diff --git a/event_smart/src/main/resources/application.yml b/event_smart/src/main/resources/application.yml index 2b9faf2e..95008898 100644 --- a/event_smart/src/main/resources/application.yml +++ b/event_smart/src/main/resources/application.yml @@ -41,7 +41,7 @@ spring: mybatis-plus: mapper-locations: classpath*:com/njcn/**/mapping/*.xml #别名扫描 - type-aliases-package: com.njcn.gather.event.pojo + type-aliases-package: com.njcn.gather.event.**.pojo configuration: #驼峰命名 map-underscore-to-camel-case: true