springboot集成onlyoffice实现在线编辑
本帖最后由 HK仅輝 于 2024-3-21 15:56 编辑最近更新了一波。并且做成了spring-boot-starter
文档
源码地址https://gitee.com/th8664484/office-spring-boot-starter
之前的仓库作为 demo 代码仓库
//========================================================
springboot集成onlyOffice的实现。在参考网络上的资料结合自身实际情况总结,让集成oo方便快捷。
代码放到仓库中
https://gitee.com/th8664484/spring-boot-only-office
https://github.com/th8664484/spring-boot-onlyOffice
更新
[*]修复关闭文件后快速再次打开该文件后,保存时报错的bug 2023/11/10
[*] 修复内存文件信息在保存后没有修改的bug 2023/10/23
[*] 实现和编辑器的数据通信 2023/9/9 (更新链接) https://blog.xenosp.cn/posts/87468caf/
[*] 修复文件转pdf时只有第一页的bug 2023/8/13
https://gitee.com/th8664484/spring-boot-only-office/raw/master/jpg/QQ%E6%88%AA%E5%9B%BE20230805221213.jpg OnlyofficeControl required a bean of type 'com.office.office.oo.OnlyOfficeAPI' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.office.office.oo.OnlyOfficeAPI' in your configuration. 为啥我的一直提示
IndexController required a bean of type 'com.office.office.oo.OnlyOfficeAPI' that could not be found.
The injection point has the following annotations:
@org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.office.office.oo.OnlyOfficeAPI' in your configuration. 之前我们用的是wps的api 公司买的wps的库 看起来不错,收藏一波 已点start{:1_927:} 感谢分享{:1_921:} 感谢大佬分享~ 有没有打包好的,一键启动的那种 无敌小儿 发表于 2023-8-7 09:46
有没有打包好的,一键启动的那种
你可以去onlyoffice官网,各个平台都有。都是它自己实现的。我这个是集成它的功能。 666,vue文件没看到啊 hubspring 发表于 2023-8-7 11:47
666,vue文件没看到啊
在spring-boot-only-office/ src / main / resources / templates下 onlyoffice.vue 。和html同理。请求接口返回配置。把配置信息,设置到对象中