开源地址:
- github: https://github.com/sagframe/sagacity-sqltoy
- gitee: https://gitee.com/sagacity/sagacity-sqltoy
- idea 插件 (可直接在 idea 中检索安装): https://github.com/threefish/sqltoy-idea-plugins
更新内容
1、修复@value(:name) 存在$\符号,导致正则表达式替换bug
2、增强cacheMatchKeys支持数组,将多个名称通过like匹配找到精准的key
String[] cacheMatchKeys(CacheMatchFilter cacheMatchFilter, String... matchRegexes)