Files
litemall/deploy/litemall-api/README.md
2018-07-28 16:28:32 +08:00

11 lines
593 B
Markdown
Raw Blame History

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.
开发者需要注意的是
litemall-wx-api.jar和litemall-admin-api.jar两个模块内部
已经有默认的开发配置文件,但是这些配置文件可能仅仅适用于开发阶段。
为了应用部署阶段时期的配置文件开发者可以在config文件夹里面的同名配置文件中
采用新的配置信息。
例如litemall.notify.mail.enable在开发litemall-core模块内部resources/application-core.yml
中设置的是false而这里config/application-core.yml中设置的是true项目部署启动时则会先
读取config/application-core.yml中的true值。