tk.mybatis.mapper.MapperException: 无法获取实体类com.xxx.xxx.entity.BusinessSupervisionData对应的表名!(Clear EntityHelper entityTableMap cache)
摘要:报错如下: 即: Exception in thread "Thread-47" tk.mybatis.mapper.MapperException: 无法获取实体类com.xxxxxxxx.xxx.entity.BusinessSupervisionData对应的表名! at tk.mybatis
阅读全文
posted @
2023-05-29 14:56
周文豪
阅读(946)
推荐(0) 编辑
项目中有websocket时部署的问题
摘要:一、websockt部署报错Error creating bean with name 'serverEndpointExporter' 启动后台报错: org.springframework.beans.factory.BeanCreationException: Error creating b
阅读全文
posted @
2023-05-23 10:52
周文豪
阅读(560)
推荐(0) 编辑
VUE报错TypeError: Cannot read properties of null (reading 'name')
摘要:报错如下: 错误代码: searchList() { this.entity = {} this.edit = null let query = {} query.traceCode = this.code this.loading = true codeApi.queryTraceCode(que
阅读全文
posted @
2023-05-19 19:08
周文豪
阅读(2620)
推荐(0) 编辑