摘要: 1.公共mapper.xml 其他模块的配置 mybatis: mapper-locations: classpath*:org/example/common/web/mappers/*.xml typeAliasesPackage: org.example.common.web.domain # 阅读全文
posted @ 2024-04-03 23:12 lwx_R 阅读(34) 评论(0) 推荐(0)
摘要: DDL:数据定义语言,create,alter DML:数据操纵语言: select,update 2.关键字 LIMIT: OFFSET: 3.JOIN 1.JSON类型 1.1 1. 函数 JSON_ARRAY(1, "abc", NULL, TRUE, CURTIME()) json数组 JS 阅读全文
posted @ 2024-04-03 22:16 lwx_R 阅读(13) 评论(0) 推荐(0)