Fetch the repository succeeded.
云图文档搜索,一款文档内全文搜索工具,上传pdf,word,excel,ppt等文件,通过tika解析文本内容。使用elasticsearch索引文档内容,调用elasticsearch的api实现文档的全文搜索。使用LibreOffice将文档转换成pdf实现在线预览功能。同时包含个人文档统计,管理等功能,每个人上传的文档都是以个人账户为基本单位相互隔离的,是隐私安全可靠的。
ytds解释: yt 云图(yuntu) ds 文档搜索(document search)
springboot mysql elasticsearch spring vue element-ui LibreOffice
需要对springboot有所了解
// elasticsearch配置,端口和ip地址
es:
port: 9300
ip: 127.0.0.1
// 文档存储路径和soffice路径
base:
upload-dir: /Users/iamdev/project/springboot/ytds/upload
soffice-path: /Applications/LibreOffice.app/Contents/MacOS/soffice
// smtp邮箱地址和账号密码
mail:
smtp: smtp.163.com
password: 520ytds
name: your_account@163.com
//jdbc路径和mysql账号密码
datasource:
url: jdbc:mysql://127.0.0.1:3306/ytds?useUnicode=true&characterEncoding=utf-8&useSSL=false
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver
module.exports = {
dev: {
proxyTable: {
'/ytds':{
target: 'http://127.0.0.1:9090',
changeOrigin: true
}
},
}
}
//静态文件路径
spring:
resources:
static-locations: file:/Users/iamdev/project/springboot/ytds/ytds-fontend/dist
Sign in to post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Repository Comments ( 27 )