@RestController 注解网页返回 [] ,出现的bug

@RestController 注解网页返回 [] ,出现的bug

java 复制代码
@RestController
@RequestMapping("emp")
public class EmployeeController {

    @Autowired
    private EmployeeService employeeService;

    @GetMapping("find")
    public List<Employee> find(){
        List<Employee> all = employeeService.findAll();
        return all;
    }
}

在all 这一步,都有数据但是在网页上显示 []

通过一步一步的查询是自己的lombok 包冲突了。

在父工程写了一个包,在子工程也写了一个包,所有没有正常显示,

所有请认真观察包的问题!!!

相关推荐
JHC0000007 小时前
发现个微信客户端的bug
微信·bug
wow_DG3 天前
【Python✨】VS Code 秒开 Python 类型检查:一招 mypy + settings.json 让你的 Bug 原地现形!
python·json·bug
驱动探索者5 天前
Zephyr 获取 cpu 占用率异常bug分析
bug·rtos·zephyr
薛定e的猫咪6 天前
【调试技巧】vscode 四种断点调试,快速定位 bug
ide·vscode·python·bug
万粉变现经纪人6 天前
如何解决 pip install 编译报错 ‘cl.exe’ not found(缺少 VS C++ 工具集)问题
开发语言·c++·人工智能·python·pycharm·bug·pip
月小满7 天前
DataV轮播时其他组件的内容也一起滚动 修复bug的方法
前端·vue.js·bug·大屏端
桃子丫7 天前
AD转 Cadence学习指南-BUG篇
bug
testtraveler7 天前
[Fix] ImportError: libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent
pytorch·python·bug
测试者家园8 天前
从“找 bug”到“降风险”:测试思维模式的底层迁移
软件测试·bug·风险管理·持续测试·测试基础·智能化测试·测试思维模式
chde2Wang8 天前
运行scala文件报错xsbt.CompilerInterface
bug·scala