如何在依赖Maven模块中分配特定的配置文件?

时间:2017-05-31 02:26:22

标签: maven module profile

我的项目有这样的结构:

-parent
--common
--dao
--server
--webserver 

模块dao具有多个配置文件,webserver依赖于所有其他模块。如何在打包dao时指定webserver中使用的个人资料?

模块dao包含不同的jdbc连接,我需要为不同的环境打包不同的配置文件。我认为在dao中放置jdbc连接是合适的。

0 个答案:

没有答案