Open tian-pengfei opened 1 year ago
Can ApiBean
add comment from javadoc comment? With https://github.com/dnault/therapi-runtime-javadoc , it can be done.
Suggest adding tasks for writing examples and integrating tests.
Can
ApiBean
add comment from javadoc comment? With https://github.com/dnault/therapi-runtime-javadoc , it can be done.
I think its great idea, I will think about it ,thank your advice. may be we can do it together.
Can
ApiBean
add comment from javadoc comment? With https://github.com/dnault/therapi-runtime-javadoc , it can be done.I think its great idea, I will think about it ,thank your advice. may be we can do it together.
sure
Description
AbstractContextRefreshedEventListener
is too coupled, which makes it difficult to scale. Therefore we need to redesign the collection of client registration information . Various types of API (eg:
Api-Doc
,Api-Meta
)collections are coupled together inAbstractContextRefreshedEventListener
,so we mainly need to refactor the design of API-related information collection.Aims
Design
Task
4566
4583
4600
4737