personality code
- ZooKeeper概要 ZooKeeper Essentails
- 实战SpringBoot SpringBoot In Action
- Java设计模式 DesignPattern Demos
- 精通Jenkins Mastering Jenkins
- Redis Essential
- Netty In Action
- Rabbitmq In Action
- Gradle Essential
github集成plantuml方式--in Section:GitHub integration
@startuml
package "Classic Collections" #DDDDDD {
Object <|-- ArrayList
}
package net.sourceforge.plantuml {
Object <|-- Demo1
Demo1 *- Demo2
}
@enduml