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