neo

Results 3 comments of neo

mapper is : ``` @Select("select level,count(1) as num from t_breakthrough where deleted = 0 GROUP BY level ORDER BY level;") @ResultType(BreakthroughSum.class) List getBreakthroughCount(); ``` and i add BreakthroughSum to reflect-config.json...

About quarkus, I am very happy to learn a new annotation **@RegisterForReflection** 。It would be great if it could be done automatically