Skip to content

常见问题

  1. 后端服务报错:"magus_master.xxx" table not exist

    由于分库的设计,需要在线程运行时切换数据源。故而需要避免数据源在整个线程执行过程中不被释放的情况。

    1. 检查controller层与service层是否有@Transactional注解,如有,请修改为@GlobalTransactional