alibaba / p3c

Alibaba Java Coding Guidelines pmd implements and IDE plugin
https://github.com/alibaba/p3c/wiki
Apache License 2.0
30.28k stars 8.05k forks source link

修复启动时报错 do not use constructor injection #962

Open cdgeass opened 1 year ago

cdgeass commented 1 year ago

高版本的IDEA已经不推荐使用Component,推荐迁移到Service。 这里只是修改了Component参数通过service()获取P3cConfig来代替原来的构造方法注入