摘要:
@Component 源码 /** * Indicates that an annotated class is a "component". 表名注解类是一个 “组件” * Such classes are considered as candidates for auto-detection * 阅读全文
摘要:
Idea 给 main 方法赋 args 参考文献: IDEA中如何给main方法赋args https://blog.csdn.net/qq_42323185/article/details/99403658 在java程序中,主方法是通过以下方法是通过以下格式定义: public static 阅读全文