Commit 1ee26450210d9ba8a90f9aaa88a6652cab012781
1 parent
8fdc5512
优化pom.xml,使用maven.multiModuleProjectDirectory替代固定路径配置。
Showing
1 changed file
with
1 additions
and
1 deletions
pom.xml
| ... | ... | @@ -100,7 +100,7 @@ |
| 100 | 100 | <jedis.version>3.1.0</jedis.version> |
| 101 | 101 | <antisamy.version>1.5.8</antisamy.version> |
| 102 | 102 | <jwt.version>0.9.1</jwt.version> |
| 103 | - <lib.path>D:/IdeaProjects/itcast-authority</lib.path> | |
| 103 | + <lib.path>${maven.multiModuleProjectDirectory}</lib.path> | |
| 104 | 104 | </properties> |
| 105 | 105 | |
| 106 | 106 | <dependencyManagement> | ... | ... |