Update how-to-setup-springboot-java-applicaiton-on-openpanel.md

This commit is contained in:
Stefan Pejcic 2024-11-16 13:55:09 +01:00 committed by GitHub
parent 8128f513cd
commit ccc4ada576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,11 @@ Running Java applications on OpenPanel is simple and efficient. Follow the steps
## Step 1: Upload the .jar File ## Step 1: Upload the .jar File
Once your Spring Boot application is packaged into a `.jar` file, upload it to your OpenPanel account. You can do this using one of the following methods: Once your Spring Boot application is packaged into a `.jar` file, upload it to your OpenPanel account.
Here is an example [helloworld.jar](https://github.com/stefanpejcic/OpenPanel/tree/main/applications/java) file that you can use for testing.
To upload the.jar file to OpenPanel account use one of the following methods:
- [**FileManager**](/docs/panel/files/#upload-files) within OpenPanel - [**FileManager**](/docs/panel/files/#upload-files) within OpenPanel
- [**FTP**](/docs/panel/files/FTP/) for remote file transfers - [**FTP**](/docs/panel/files/FTP/) for remote file transfers
- [**WebTerminal**](/docs/panel/advanced/terminal/) for terminal-based file uploads - [**WebTerminal**](/docs/panel/advanced/terminal/) for terminal-based file uploads