Compare commits
2 Commits
b175639c15
...
bae952a589
Author | SHA1 | Date |
---|---|---|
js199000131 | bae952a589 | |
js199000131 | 18bf0ac795 |
|
@ -3,7 +3,7 @@ spring:
|
||||||
name: yudao-server
|
name: yudao-server
|
||||||
|
|
||||||
profiles:
|
profiles:
|
||||||
active: local
|
active: dev
|
||||||
|
|
||||||
main:
|
main:
|
||||||
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
|
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
|
||||||
|
@ -188,6 +188,9 @@ yudao:
|
||||||
- rep_demo_jianpiao
|
- rep_demo_jianpiao
|
||||||
- tmp_report_data_1
|
- tmp_report_data_1
|
||||||
- tmp_report_data_income
|
- tmp_report_data_income
|
||||||
|
- eb_shipping_templates_free
|
||||||
|
- eb_shipping_templates_no_delivery
|
||||||
|
- eb_shipping_templates_region
|
||||||
sms-code: # 短信验证码相关的配置项
|
sms-code: # 短信验证码相关的配置项
|
||||||
expire-times: 10m
|
expire-times: 10m
|
||||||
send-frequency: 1m
|
send-frequency: 1m
|
||||||
|
|
Loading…
Reference in New Issue