# CodeMap **Repository Path**: tght1211/CodeMap ## Basic Information - **Project Name**: CodeMap - **Description**: 让天下没有难读的源码和业务 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-18 - **Last Updated**: 2024-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CodeMap > 致力于①快速上手项目,②找出屎山代码 > 项目体验地址:https://www.shana.asia/codeMap/html/graphForJava.html > > 项目设定内网环境(比如):http://127.0.0.1:15665/html/graphForJava.html > > 基于python+html ![image-20231211013515582](https://zcyp.oss-cn-shanghai.aliyuncs.com/typora/image-20231211013515582.png) ## 1、启动方式 ### 1 .1、找到setp07.py > step08是关掉本地服务 点击main方法启动 ### 1 .2、找到setp06.py 输入自己的java项目路径 和 项目名称 点击main方法启动 ### 1.3、访问页面 打开浏览器访问 http://127.0.0.1:15665/html/graphForJava.html ## 2、目前已经完成 ### 2.1、项目的JavaBean依赖整体分析关系图 ![image-20231211013643149](https://zcyp.oss-cn-shanghai.aliyuncs.com/typora/image-20231211013643149.png) ### 2.2、单个JavaBean的所有涉及依赖深度排查关系图 ![image-20231211013714352](https://zcyp.oss-cn-shanghai.aliyuncs.com/typora/image-20231211013714352.png) ### 2.3、循环依赖检测,包括已经解决的循环依赖问题显示 ![image-20231211013731381](https://zcyp.oss-cn-shanghai.aliyuncs.com/typora/image-20231211013731381.png)