Content
- [1.Download the sample project in java](#1.Download the sample project in java)
- [2.Run the project](#2.Run the project)
- [3.Test the example document](#3.Test the example document)
Before you run your java Spring project in your local server, there are several prepare works:
- Remote onlyoffice server is running
- The local java environment can run java application: JDK 11 or later version, maven
1.Download the sample project in java
Link: download the sample code in official website
document properties setting
propeties
# the server of local spring project
server. Address=192.166.64.5
server.Port=4000
# the directory to store the files in local server
storage-folder = app_data
# documentary server, we user docker image in a ubuntu virtual machine. If you don't have install the OnlyOffice, you could watch my other blog.
files.docservice.url.site=http://192.166.64.26:8800/
# You have to attention this setting, if you set the JWT function in OnlyOffice
files.docservice.secret=my_jwt_secret
2.Run the project
Use this terminal to get IP of local server
shell
ifconfig
3.Test the example document
You can find the setting of OnlyOffice welcome page:
run these command in document server.
in you browser, you will get the an online editor.