更新内容:
1、优化代码
2、变更包结构
3、NutzCodeInsight 2.1.4 版本支持xml定义跳转java调用语句,java调用跳转xml定义
NutzCodeInsight 2.1.4 尝鲜 https://gitee.com/threefish/NutzCodeInsight/blob/master/release/NutzCodeInsight_2.1.4_20200530.jar
原1.x版本升级只需要变更包名与添加一个实现类即可快速升级。可以参考 NutzFw 升级记录 https://gitee.com/threefish/NutzFw/commit/4cf8afcd647791c8a5bf58040ffb0a3d91df1078
最新坐标
<!-- https://mvnrepository.com/artifact/com.github.threefish/nutz-sqltpl -->
<dependency>
<groupId>com.github.threefish</groupId>
<artifactId>nutz-sqltpl</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>