aboutsummaryrefslogtreecommitdiffstats
path: root/intentanalysis/src/main/resources/application.yaml
diff options
context:
space:
mode:
authorxudan16 <xudan16@huawei.com>2022-08-10 17:35:36 +0800
committerxudan16 <xudan16@huawei.com>2022-08-11 14:25:10 +0800
commite0d1a15a32bdf8143389259bb23ce3c2bf88177c (patch)
tree343cf0d8e19adfed0544c6eac66886ffbe86e9d0 /intentanalysis/src/main/resources/application.yaml
parente1bb026dc18d66bb3a0417625c8dfb32a1109bee (diff)
Update intent module and intent API of creation
Signed-off-by: xudan16 <xudan16@huawei.com> Issue-ID: USECASEUI-710 Change-Id: Ic0428915e9470b4478e8a7493635da60a8445a56
Diffstat (limited to 'intentanalysis/src/main/resources/application.yaml')
-rw-r--r--intentanalysis/src/main/resources/application.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/intentanalysis/src/main/resources/application.yaml b/intentanalysis/src/main/resources/application.yaml
index 22f59a5..39b8e02 100644
--- a/intentanalysis/src/main/resources/application.yaml
+++ b/intentanalysis/src/main/resources/application.yaml
@@ -8,9 +8,7 @@ spring:
username: ${POSTGRES_USERNAME}
password: ${POSTGRES_PASSWORD}
driver-class-name: org.postgresql.Driver
- schema: classpath:intent-analysis-init.sql
- initialization-mode: always
mybatis:
configuration:
database-id: PostgreSQL
- mapper-locations: classpath*:mybatis/sql/*.xml \ No newline at end of file
+ mapper-locations: classpath*:mybatis/sql/*.xml