liwei

Results 5 issues of liwei

Whether to support `alert tag / edge type name and prop name`. In the real environment, schema changes frequently.

type/feature req

demo

https://review-notes.top/ review notes

Gitalk
/

## 建议理由 - 利于 Idea 或者 kotlin 利用 JSR-305 进行推断检查(目前 kotlin 全部推断为 ?,需要手动调整)。 - 利于静态工具扫描,分析代码漏洞。 ## 谁在这么做? - [Jcp-JSR-305 投票](https://www.jcp.org/en/jsr/detail?id=305) - [Spring-framework](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/lang/Nullable.html)

enhancement
good first issue
help wanted

AuditManager 审计时,如果将审计的信息插入数据库,会出现死循环。 原因:会一直执行 inset sql `审计 SQL 表`。 建议:`create` 方法传入 boundSql,用户可以根据语句关键词过滤掉 inset sql `审计 SQL 表` 的信息。 ``` public static T startAudit(AuditRunnable supplier, Statement statement, BoundSql boundSql, Configuration configuration) throws...