在idea的Terminal窗口直接运行tree命令就行,同时eclipse也支持
D:. ├─.idea │ └─dictionaries ├─.mvn │ └─wrapper ├─log ├─src │ ├─main │ │ ├─java │ │ │ ├─activemq │ │ │ ├─com │ │ │ │ └─zpc │ │ │ │ └─timor │ │ │ │ ├─controller │ │ │ │ ├─entity │ │ │ │ ├─Exception │ │ │ │ ├─redis2 │ │ │ │ │ ├─config │ │ │ │ │ ├─model │ │ │ │ │ └─web │ │ │ │ └─test │ │ │ ├─druid │ │ │ ├─Exception │ │ │ ├─mail │ │ │ ├─reptile │ │ │ ├─shiro │ │ │ ├─toutiao │ │ │ └─weui │ │ └─resources │ │ ├─static │ │ └─templates │ └─test │ └─java │ └─com │ └─zpc │ └─timor └─target ├─classes │ ├─com │ │ └─zpc │ │ └─timor │ │ ├─controller │ │ ├─entity │ │ ├─Exception │ │ ├─redis2 │ │ │ ├─config │ │ │ ├─model │ │ │ └─web │ │ └─test │ ├─mail │ ├─reptile │ ├─shiro │ └─templates ├─generated-sources │ └─annotations ├─generated-test-sources │ └─test-annotations ├─maven-archiver ├─maven-status │ └─maven-compiler-plugin │ ├─compile │ │ └─default-compile │ └─testCompile │ └─default-testCompile ├─surefire-reports └─test-classes └─com └─zpc └─timor