Browse Source

去掉javacv的引用

master
liupopo 2 years ago
parent
commit
f1b2805d5e
  1. 20
      yxt-supervise-gf-biz/pom.xml
  2. 2
      yxt-supervise-gf-biz/src/main/resources/application-pro.yml
  3. 2
      yxt-supervise-gf-biz/src/main/resources/application-test.yml
  4. 4
      yxt-supervise-gf-biz/src/main/resources/application.yml
  5. 2
      yxt-supervise-gf-biz/src/test/java/demo/tool/SecurTest.java

20
yxt-supervise-gf-biz/pom.xml

@ -66,16 +66,16 @@
</dependency>
<!-- 图片相似度-->
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>javacv</artifactId>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>javacv-platform</artifactId>
<version>1.3.3</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.bytedeco</groupId>-->
<!-- <artifactId>javacv</artifactId>-->
<!-- <version>1.3.3</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.bytedeco</groupId>-->
<!-- <artifactId>javacv-platform</artifactId>-->
<!-- <version>1.3.3</version>-->
<!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/net.sf.json-lib/json-lib -->
<dependency>

2
yxt-supervise-gf-biz/src/main/resources/application-pro.yml

@ -25,6 +25,8 @@ image:
path: D:/supervise/upload/
url:
prefix: http://127.0.0.1/api/upload/
import:
filePath: E:/yxt-supervise-gf/upload/
scheduleTime:
cron: 0 59 * * * ?

2
yxt-supervise-gf-biz/src/main/resources/application-test.yml

@ -27,6 +27,8 @@ image:
path: D:/webapps/supervise/static/upload/
url:
prefix: http://122.14.222.186:7003/upload/
import:
filePath: E:/yxt-supervise-gf/upload/
scheduleTime:
cron: 0 59 * * * ?

4
yxt-supervise-gf-biz/src/main/resources/application.yml

@ -2,9 +2,9 @@ spring:
application:
name: yxt-supervise-gf
profiles:
active: devv
# active: devv
# active: test
# active: pro
active: pro
messages:
# 国际化资源文件路径
basename: i18n/messages

2
yxt-supervise-gf-biz/src/test/java/demo/tool/SecurTest.java

@ -69,7 +69,7 @@ public class SecurTest {
System.out.println(body);
}
@Test
// @Test
public void testRequester() {
// BaseResponse api$system$applyMaterial$index = ShRequester.getApi$system$apply_material$index(null);
// System.out.println(api$system$applyMaterial$index);

Loading…
Cancel
Save