摘要:
Interaction Diagram is used to describe some type of interactions amongthe different elements in the model. This interactive behavior is represented i 阅读全文
摘要:
🔴在IDEA中启动SpringBoot项目时JRebel出现的错误: Class 'org.springframework.boot.env.PropertiesPropertySourceLoader' could not be processed by org.zeroturnaround.j 阅读全文
摘要:
Deployment diagrams are used to visualize the topology(拓扑)of the physical components of a system, where the software components are deployed. Deployme 阅读全文
摘要:
💨Component diagrams are used to model the physical aspect of a system. What are these physical aspects? Physical aspects are the elements such as exe 阅读全文
摘要:
Object diagrams are derived from class diagrams so object diagrams are dependent upon class diagrams. Object diagrams represent an instance of a class 阅读全文
摘要:
Class diagram is a static diagram which represents the static view of an application. Class Diagram is composed of attributes、methods、association、cons 阅读全文