cat icon indicating copy to clipboard operation
cat copied to clipboard

报表建模由自研maven plugin实现

Open icersummer opened this issue 4 years ago • 0 comments

在服务端设计页面-报表建模(https://github.com/dianping/cat/wiki/server#%E6%8A%A5%E8%A1%A8%E5%BB%BA%E6%A8%A1 ),看到有描述:

CAT报表建模是使用自研的maven plugin自动生成的。所有报表是可合并和裁剪的,可以轻易地将2个或多个报表合并成一个报表。在报表处理代码中,CAT大量使用访问者模式(visitor pattern)。

请问这里说的“使用自研的maven plugin自动生成”这里能否解释下?

我理解的maven plugin是属于插件性质;跟这里所说报表建模不明白。

icersummer avatar Nov 20 '21 08:11 icersummer