MyBatisCodeHelper-Pro
MyBatisCodeHelper-Pro copied to clipboard
### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2024.1.2` • Notes plugin...
 如图,就突然变成这样了,这个是什么原因啊
项目用了租户分表,因此sql里都是写的类似 `SELECT * FROM ${tenantCode}_xxx` 这样的,想在不修改代码的情况下直接在项目设置里全局进行定义,这样又有补全又不会污染提交记录
junit4或者junit5 自动检测
create trigger MANAGE_CONFIG_trigger before insert on MANAGE_CONFIG for each row begin SELECT SYS_GUID() INTO :new.id FROM dual; end; 类似这种
 
### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2024.1.1` • Notes plugin...
日志里面带逗号的解析