summaryrefslogtreecommitdiffstats
path: root/intentanalysis/src/test/resources/application.yaml
diff options
context:
space:
mode:
authorzhangfan345 <zhangfan345@huawei.com>2022-09-01 11:24:47 +0800
committerzhangfan345 <zhangfan345@huawei.com>2022-09-01 14:40:14 +0800
commit54e7ca4ddf183cd15bd7afff0c53b1970698432b (patch)
tree8b4e8f780b24b409e4e81a375e9e933415e444f5 /intentanalysis/src/test/resources/application.yaml
parent0699e877538e8ee6179750112a4414848058fe09 (diff)
Add UT to intent service
Issue-ID: USECASEUI-716 Signed-off-by: zhangfan345 <zhangfan345@huawei.com> Change-Id: I45b7faf76bf899510d11939021fd1d788c95a4bf
Diffstat (limited to 'intentanalysis/src/test/resources/application.yaml')
-rw-r--r--intentanalysis/src/test/resources/application.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/intentanalysis/src/test/resources/application.yaml b/intentanalysis/src/test/resources/application.yaml
index 8973759..aa317ef 100644
--- a/intentanalysis/src/test/resources/application.yaml
+++ b/intentanalysis/src/test/resources/application.yaml
@@ -29,10 +29,12 @@ spring:
username:
password:
driver-class-name: org.h2.Driver
- schema: classpath:intentdb-test-init.sql
- data: classpath:intentdb-test-data.sql
main:
allow-bean-definition-overriding: true
+ sql:
+ init:
+ schema-locations: classpath:intentdb-test-init.sql
+ data-locations: classpath:intentdb-test-data.sql
###mybtis####
mybatis: