Skip to content

Commit

Permalink
Merge pull request #6 from wanghuan9/feature/module_split
Browse files Browse the repository at this point in the history
Feature/module split
  • Loading branch information
wanghuan9 authored Jun 23, 2022
2 parents 045e303 + da1f2ec commit 49abf88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ query Elasticsearch,
sql拦截,sql拦截器, jpasql拦截,mybatissql拦截,Mybatis拦截器,jpa拦截器,jooq拦截器,
jooqsql拦截,sql拦截参数填充,Interceptor,StatementInspector,DefaultExecuteListener

hibernate 拦截sql ,输出sql语句, 获取sql语句,JPA 打印原生sql
hibernate 拦截sql ,输出sql语句, 获取sql语句,JPA 打印原生sql,输出真实的sql语句,输出mybatis完整SQL语句,输出jpa完整SQL语句,输出jooq完整SQL语句

jsqlparser,sql解析器,向sql语句中插入where条件,mybatis拦截器,修改sql,JSqlParser,JsqlParser插件用来对于SQL语句进行解析和组装,完整的SQL语句打印,打印完整SQL语句(无问号)
,Hibernate拦截器
Expand Down
2 changes: 2 additions & 0 deletions doc/计划
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
4)sql 参数校验 阻断


sql输出,es真实查询语句输出, es查询统计,es慢查统计, 告警


0 comments on commit 49abf88

Please sign in to comment.