티스토리 뷰
1. Install Graphviz
Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.
- Download graphviz(graphviz-2.38.msi) from http://www.graphviz.org/
- Install graphviz
- Add 'C:\Program Files (x86)\Graphviz2.38\bin' into environment variable
2. Configure pom file
- Add plugin configuration into build section on pom file
<plugin> <groupId>ch.elca.el4j.maven.plugins</groupId> <artifactId>maven-depgraph-plugin</artifactId> <version>1.7</version> </plugin>
- Add plugin repository
<pluginRepository> <id>elca-services</id> <url>http://el4.elca-services.ch/el4j/maven2repository</url> <releases> <enabled>true</enabled> </releases> </pluginRepository>
3. Run plugin's goal
- degraph:degraph
- degraph:fullgraph
4. Sample output
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Guava
- Maven
- spring boot
- bouncycastle
- EMV
- Java
- install
- ssh
- monitoring
- Kubernetes
- Dependency
- SBM
- OOP
- nodejs
- Shell
- docker
- jboss
- Jose
- Heap
- JSF
- SMPP
- Tomcat
- dump
- svn
- ubuntu
- zookeeper
- bash
- Oracle
- log4j
- spring
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함