简体   繁体   English

使用本地的boot-clj依赖关系

[英]Using boot-clj dependency from local

I'm experimenting with boot-new . 我正在尝试boot-new I'm making some changes to the code and need to test with boot -d . 我正在对代码进行一些更改,需要使用boot -d进行测试。 How can I test any boot dependency without having it available in clojars. 我如何测试任何启动依赖项,而不必在clojars中使用它。

To test the changes for the boot dependency libs (the one that we supply in -d ), we can make changes to those lib and run boot build . 要测试启动依赖库(我们在-d提供的库)的更改,我们可以对这些库进行更改并运行boot build This add the updated jar to our local maven repo and it will be used when we refer it via boot -d . 这会将更新的jar添加到我们的本地Maven存储库中,当我们通过boot -d引用它时将使用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM