|
@@ -39,6 +39,8 @@ spring.datasource.dynamic.datasource.data-source-local.url=jdbc:mysql://localhos
|
|
|
spring.datasource.dynamic.datasource.data-source-local.username=root
|
|
|
spring.datasource.dynamic.datasource.data-source-local.password=123456
|
|
|
|
|
|
+
|
|
|
+
|
|
|
spring.datasource.dynamic.datasource.data-source-stmms.url=jdbc:mysql://localhost:3306/stmms_ft?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
|
|
spring.datasource.dynamic.datasource.data-source-stmms.username=root
|
|
|
spring.datasource.dynamic.datasource.data-source-stmms.password=123456
|
|
@@ -46,13 +48,18 @@ spring.datasource.dynamic.datasource.data-source-stmms.password=123456
|
|
|
am.image-server=https://file.markingcloud.com
|
|
|
am.data-dir=./data
|
|
|
|
|
|
-am.ocr-task.enable=false
|
|
|
+am.ocr-task.enable=true
|
|
|
am.ocr-thread-count=4
|
|
|
-am.ocr-model=
|
|
|
-am.ocr-server=
|
|
|
-am.ocr-key=
|
|
|
|
|
|
-am.marking-task.enable=false
|
|
|
+am.ocr.ocr-config[0].model=
|
|
|
+am.ocr.ocr-config[0].server=http://192.168.10.128:8080/ocr
|
|
|
+am.ocr.ocr-config[0].key=
|
|
|
+
|
|
|
+am.ocr.ocr-config[1].model=
|
|
|
+am.ocr.ocr-config[1].server=http://192.168.10.128:8081/ocr
|
|
|
+am.ocr.ocr-config[1].key=
|
|
|
+
|
|
|
+am.marking-task.enable=true
|
|
|
am.marking-thread-count=4
|
|
|
am.marking-model=qwen2.5:32b-instruct
|
|
|
am.marking-server=http://192.168.10.214:11434/api/chat
|