浏览代码

Add test config

Daniel Bohry 1 年之前
父节点
当前提交
06cc289f1b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/test/resources/application.yml

+ 3 - 0
src/test/resources/application.yml

@@ -5,6 +5,9 @@ clients:
   stock:
     url: ${provider:http://mock.com}
     key: ${key:fake-key}
+  exchange:
+    url: ${exchange_provider:}
+    key: ${exchange_key:}
 
 spring:
   data: