diff options
author | xudan16 <xudan16@huawei.com> | 2022-08-10 17:35:36 +0800 |
---|---|---|
committer | xudan16 <xudan16@huawei.com> | 2022-08-11 14:25:10 +0800 |
commit | e0d1a15a32bdf8143389259bb23ce3c2bf88177c (patch) | |
tree | 343cf0d8e19adfed0544c6eac66886ffbe86e9d0 /intentanalysis/src/main/resources/application.yaml | |
parent | e1bb026dc18d66bb3a0417625c8dfb32a1109bee (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.yaml | 4 |
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 |