Skip to content

Commit

Permalink
refactor: change system path library
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogurt-lei committed May 23, 2019
1 parent 7b86dbe commit 662cd9c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 50 deletions.
File renamed without changes.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.eastrobot</groupId>
<groupId>com.eastrobot.kbs</groupId>
<artifactId>kbase-media</artifactId>
<version>1.1.0-Beta</version>
<version>1.1.0-GA</version>
<packaging>jar</packaging>

<name>kbase-media</name>
Expand Down Expand Up @@ -196,12 +196,11 @@
<artifactId>FREngine</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/com.abbyy.FREngine.jar</systemPath>
<systemPath>${basedir}/library/com.abbyy.FREngine.jar</systemPath>
</dependency>
</dependencies>

<build>
<finalName>kbase-media</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down
46 changes: 23 additions & 23 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ convert:
# sync interface config
sync:
upload-file-size: 500MB
output-folder: /tmp/convert/
output-folder: ./convert/
# async interface config
async:
upload-file-size: 500MB
output-folder: /tmp/convert/async/
output-folder: ./convert/async/
video:
vca:
default: ffmpeg
Expand All @@ -38,7 +38,7 @@ convert:
audio:
# default asr tool
asr:
default: shhan
default: baidu
#baidu asr config
baidu:
appId: 11067243
Expand Down Expand Up @@ -66,23 +66,23 @@ convert:
datapath: /opt/tesseract/tessdata

# kbase-monitor config
spring:
application:
name: kbase-media
boot:
admin:
client:
url: "http://172.16.8.143:8888"
username: admin
password: admin
management:
endpoints:
web:
exposure:
include: "*"
endpoint:
health:
show-details: ALWAYS
server:
ssl:
enabled: false
#spring:
# application:
# name: kbase-media
# boot:
# admin:
# client:
# url: "http://172.16.8.143:8888"
# username: admin
# password: admin
#management:
# endpoints:
# web:
# exposure:
# include: "*"
# endpoint:
# health:
# show-details: ALWAYS
# server:
# ssl:
# enabled: false
23 changes: 0 additions & 23 deletions todoList.md

This file was deleted.

0 comments on commit 662cd9c

Please sign in to comment.