src/main/resources/application.yml
@@ -101,12 +101,12 @@ # mybatis #mybatis: # type-aliases-package: com.lf.server.entity # type-aliases-package: com.moon.server.entity # config-location: classpath:mybatis.xml # mapper-locations: classpath:mapper/**/*.xml mybatis-plus: type-aliases-package: com.lf.server.entity type-aliases-package: com.moon.server.entity config-location: classpath:mybatis.xml mapper-locations: classpath:mapper/**/*.xml