随笔分类 -  mybatis

摘要:mybatis使用存储过程 创建存储过程 mysql CREATE DEFINER= @`localhost select_user_count`(out userCount INTEGER,OUT postCount INTEGER) BEGIN Routine body goes here... 阅读全文
posted @ 2020-03-12 17:45 RitualYang 阅读(300) 评论(0) 推荐(0)