Home  >  Q&A  >  body text

java - mybatis源码分析

学习一个好的框架:(以mybatis为例子)

1.常用设计模式必须的熟练
2.了解这个开源框架的基本架构,流程
3.使用git从GitHub导入IDE 熟悉包的结构
4.使用单元测试从架构的入口进行循序渐进测试
5.画出其时序图和类图 不断分析

请问各位还有好的建议吗?谢谢~~~

PHP中文网PHP中文网2743 days ago592

reply all(1)I'll reply

  • 大家讲道理

    大家讲道理2017-04-18 10:53:39

    How to read open source project code:

    1. Use a suitable IDE to easily read the source code and debug

    2. You can start with a certain package. In fact, for an open source project like this, it takes a long time to look at each point

    3. Standing on the shoulders of giants, please refer to other people’s source code analysis blogs while reading, but don’t rely too much and have your own thinking

    reply
    0
  • Cancelreply