摘要:
一、pxm.xml中引入mybatis-generator并配置 在build节点下的plugins下添加org.mybatis.generator 示例代码如下: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven 阅读全文
posted @ 2020-04-18 12:29
dcrenl
阅读(1673)
评论(0)
推荐(0)
摘要:
#查看数据库使用的字符集 SHOW VARIABLES LIKE 'char%' #查看当前数据库路径位置 SHOW GLOBAL VARIABLES LIKE "%datadir%" 阅读全文
posted @ 2020-04-18 09:48
dcrenl
阅读(107)
评论(0)
推荐(0)