From 4412b3d4c0ac17c7bbf84ce0b564130d10f3a5e1 Mon Sep 17 00:00:00 2001 From: sige Date: Thu, 29 Feb 2024 16:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/src/main/resources/application-dev.yml | 4 ++++ src/src/main/resources/application-test.yml | 4 ++++ src/src/main/resources/application.yml | 3 --- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/src/main/resources/application-dev.yml b/src/src/main/resources/application-dev.yml index 9cda288..c0eade4 100644 --- a/src/src/main/resources/application-dev.yml +++ b/src/src/main/resources/application-dev.yml @@ -14,6 +14,10 @@ camera: opencv: library-path: D:/ProgramFiles/OpenCV/opencv/build/java/x64/opencv_java490.dll +app : + errorSlotIndex : 4 + errorImageFolder : D:/errorImages + #mybatis: # configuration: # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl diff --git a/src/src/main/resources/application-test.yml b/src/src/main/resources/application-test.yml index 67ceed4..7456f92 100644 --- a/src/src/main/resources/application-test.yml +++ b/src/src/main/resources/application-test.yml @@ -8,6 +8,10 @@ spring: server: port: 80 +app : + errorSlotIndex : 4 + errorImageFolder : D:/errorImage + #mybatis: # configuration: # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl diff --git a/src/src/main/resources/application.yml b/src/src/main/resources/application.yml index 98364c5..bf87902 100644 --- a/src/src/main/resources/application.yml +++ b/src/src/main/resources/application.yml @@ -4,6 +4,3 @@ spring: messages: basename: static/i18n/messages encoding: utf-8 - -app : - errorSlotIndex : 4 \ No newline at end of file