sqltoy-orm 4.18.2 发版,支持 es ssl 和 jdbc 模式访问
开源地址: github:https://github.com/sagframe/sagacity-sqltoy gitee:https://gitee.com/sagacity/sagacity-sqltoy idea 插件(可直接在idea中检索安装):https://github.com/threefish/sqltoy-idea-plugins 更新内容 1、elasticsearch restclient模式支持ssl模式 ```yml spring: sqltoy: # 多个路径用逗号分隔 sqlResourcesDir: classpath:com/sagframe/sqltoy/showcase # 默认为classpath:sqltoy-translate.xml,一致则可以不用设置 translateConfig: classpath:sqltoy-translate.xml # 默认为false,debug模式将打印执行sql,并自动检测sql文件更新并重新加载 debug: true ...
