1 问题描述 用Kotlin编写Spring Boot,在业务层中使用@Transactional+@Autowired时出现如下错误: lateinit property dao has not been initialized 出错代码如下: 2 解决办法 因为Kotlin类默认是final的,加上@Transactional后编译器提示需要open: 但是加上open后没用,因此把@Transactional去掉后发现不会报错: 因此怀疑是@Transactional的问题,因为需要在类上…
JobStorage.Current property value has not been initialized. You must set it before using Hangfire Client or Server API. 要设置 hangfire 的存储数据库.GlobalConfiguration.Configuration.UseSqlServerStorage("sqlserver_connection"); 之后再添加任务.…
错误Error: Request failed with status code 500 ,调试前端没问题,后端也没问题,还报错"连接超时" 在Network中找到错误Self referencing loop detected for property 'xxxx' with type 当我们后端调试一步一步调试也没发现错误在哪里,但是跳转到前端就报错了.前端没有接收到后端传过来的数据,总结了一下: **前端接收问题**前端就是接收**字段名**以及**类型**问题 比如:nAmE,…
最近在使用idea开发工具,在方法备注中参数没有描述报错就会报一些黄色警告: @param XX tag description is missing,下面展示去除黄色警告的方法 File--setting--inspections--搜索javadoc 找到Declaration has Javadoc problems 去除勾…