简体   繁体   中英

How to bundle a third party library in a Play Framework module?

The play framework is built around the notion of modules, which allow the segmentation of large applications is specialized/smaller entities.

Problem: I can't get my module to recognize the jars dropped in its lib/ folder.

Where should 3rd party libraries be dropped in a typical module ? and what is the src/ folder made for?

Update : Everything works as expected, I am blind ! disregard this question

Are you sure that an application which use your module ignores the lib folder? I looked at the akka-module and they do it exactly this way.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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