Skip to content

SpringCloud Dashboard v1.0 - First Release

Choose a tag to compare

@JadnK JadnK released this 12 May 12:48
· 137 commits to main since this release

SpringCloud Dashboard - Release v1.0

Welcome to the first release of SpringCloud Dashboard! 🎉

This is a modern web-based application built with Spring Boot and Thymeleaf, designed for easy and secure management of cloud files. Users can upload, preview, download, and delete files, all in a user-friendly environment.

🚀 What's New:

  • Secure user authentication with roles (Admin & User)
  • File management features: upload, preview, download, and delete
  • Responsive design for both desktop and mobile
  • Admin panel for managing files uploaded by users

For detailed instructions on installation, usage, and file structure, please refer to the README.

⚙️ Quick Start:

  1. Download the latest release from the Releases section.

  2. Run the application with this command:

    java -jar springcloud.jar --url="jdbc:mariadb://YOUR_IP:3306/YOUR_DATABASE" --user="YOUR_USERNAME" --pw="YOUR_PASSWORD"
  3. Access the dashboard at http://localhost:8080/.

🔐 Default Login Credentials:

  • Username: admin
  • Password: jadenk_§!

Important: Remember to change the default password for security purposes.

Enjoy using SpringCloud Dashboard! For any issues or feedback, please open an issue on GitHub.