Skip to content

SpringCloud Dashboard - Release v1.1

Choose a tag to compare

@JadnK JadnK released this 13 May 13:04
· 95 commits to main since this release

🎉 New Release: SpringCloud Dashboard v1.1

Welcome to the v1.1 release of SpringCloud Dashboard! We're excited to introduce several new features, improvements, and bug fixes to make your experience even better.

🚀 What's New:

  • File Sharing: Users can now share files with others by generating secure shareable links.
  • Admin Panel Enhancements: The admin panel now includes more advanced user management features, such as:
    • User Roles: Admins can assign and modify user roles.
    • User Activity Logs: Admins can now track user activity, including file uploads, downloads, and deletions.
  • Improved File Management:
    • Added more sorting and filtering options for file management.
    • Enhanced file upload progress indicators.
  • Security Enhancements:
    • Improved authentication system for more secure login.
  • Bug Fixes and Performance Improvements: Several minor bugs fixed and optimizations for faster performance.

⚙️ Quick Start:

  1. Download the latest release from this 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"
  1. Access the dashboard at http://YOUR_IP:8080/.
    • Once the application is running, open your browser and navigate to the above URL to access the SpringCloud Dashboard.
    • You can manage your files, configure the admin panel, and explore all new features directly from the dashboard.

🔐 Default Login Credentials:

  • Username: admin
  • Password: jadenk_§!

    Remember to change the default password immediately after logging in for security purposes.

📝 Other Updates:

  • Updated README with instructions on using the new file sharing feature and user management improvements.
  • Improved mobile responsiveness for better user experience across devices.

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