Java
Complete guide to host Java applications on Discloud.
📁 Preparing Your Project Files
❌ Files to Exclude
- package-lock.json
- node_modules/
- .cache/
- .git/📦 Compiling Your Java Application
mvn clean packagegradle clean build📝 Setting the Main File
✍️ Deploying Your Applicaton
Last updated