# demo-maven-profile **Repository Path**: jastar-wang/demo-maven-profile ## Basic Information - **Project Name**: demo-maven-profile - **Description**: 演示使用maven的profile功能来构建不同环境下的配置资源文件 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2018-02-27 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo-maven-profile #### 项目介绍 本项目用于演示 使用 `maven` 的 `profile` 功能来构建不同环境下的配置资源文件 #### 软件架构 本项目为 `Java` 应用,使用 `Maven` 进行构建管理。 #### 安装教程 1. 点击 [这里](https://gitee.com/jastar-wang/demo-maven-profile.git) 进行下载或 `clone` 2. 将本项目导入到 `IDE` 工具中 3. 使用Maven进行打包测试,可以查看到生成了不同的资源配置文件或内容 > 请查看本项目配套博文:http://csdn.jastar-wang.com/article/details/79387561 #### 使用说明 - 如您在使用过程中发现任何问题,先嫑着急揍我,请使用 [Isuse](https://gitee.com/jastar-wang/demo-maven-profile/issues) - 本项目采用 [MIT](https://mit-license.org/) 开源协议,您在保留作者版权的情况下可以自由分享和使用该代码 #### 参与贡献 1. `Fork` 本项目 2. 新建您的分支 - feature/[author]/[description] - hotfix/[author]/[isuse_id] 3. 提交代码 4. 新建 `Pull Request` 5. 坐等作者 `Merge`