javamelody與swagger註解衝突

kekefen01發表於2020-12-08

在同一個類上加上下面兩個註解會使swagger的註解失效

@MonitoredWithSpring
@Api(value = "hello", tags = "hello模組")
public class HelloController {}

相關文章