08 2022 档案
摘要:分布式项目服务调用失败 异常内容: com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method findEmployeeByLoginId in the service com.kingyun.gpsinspection.purif
阅读全文
摘要:springmvc项目,定时任务的xml文件配置: <!-- 1、在 xmlns中加入 --> <!-- 2、 在xsi:schemaLocation中加入 --> <?xml version="1.0" encoding="UTF-8"?> <beans xmlns:task="http://ww
阅读全文
摘要:mybatis批量操作 1)更新的方式: -- 批量更新<foreach collection="list" item="item" index="index" open="begin" close=";end;" separator=";">UPDATE BS_MENU<trim prefix="
阅读全文