jeepay/conf
2021-07-19 17:16:44 +08:00
..
devCommons/config 注释掉无用的MQ; 2021-07-12 18:33:02 +08:00
manager 更改项目配置文件; 2021-07-19 17:16:44 +08:00
merchant 更改项目配置文件; 2021-07-19 17:16:44 +08:00
payment 更改项目配置文件; 2021-07-19 17:16:44 +08:00
readme.txt 添加开发环境通用配置文件, 节约开发人员项目配置成本; 2021-06-10 18:23:21 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

文件夹用途: 用于放置开发环境的通用配置项和生产环境下的项目配置模板。 

1. 【devCommons】 
开发环境通用配置文件放置目录。 更改此目录后将覆写 manager/merchant/payment 项目下的application.yml文件对应参数从而达到每个项目不必单独配置的目的更加节约开发时间。

2. 该文件夹下的【manager/merchant/payment】
文件为上线部署时与jar同级目录下的application.yml建议配置项的模板。 需更改为实际参数, 也可按需添加。 


扩展知识:
#####################################################

# spring boot支持外部application.yml  读取优先级为:
#   1、file:./config/当前目录下的config文件夹
#   2、file:./(当前目录)
#   3、classpath:/config/classpath下的config目录
#   4、classpath:/classpath根目录

#####################################################