application为启动模块,yml配置文件都在这个模块配置
父模块不要配置<build></build>节点,其他模块也不需要,只在application模块里面配置就好.
打包使用package命令
当整个项目打包成jar时,
该子模块会被打包成jar,此时如果要用代码加载里面的资源文件,不能使用 resource.getFile(),应该使用
resource.getInputStream().
原文地址:https://www.cnblogs.com/cearnach/p/9157062.html
时间: 2024-10-10 18:21:05