Explorar el Código

Edit README.md

tsurumure hace 1 mes
padre
commit
8900f0ce17
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -127,6 +127,9 @@ Long user_count = Convert.toLong(sysUserRole.get("user_count"));
 - cmd + Shift + F 将 com.xxx 名称进行全局替换;
 - 将 src/main/java/com/xxx 名称进行修改
 
+#### 查看依赖树
+> 可查看依赖中是否含有冲突项(例如 okhttp)
+$ mvn dependency:tree
 
 ### Future (待加功能)
 1.sys_dictionary.sql 字典表重构