Tag

kkfileviewer

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Dec 23, 2024 · Backend Development

Deploy kkfileviewer with Docker and Integrate MinIO in Spring Boot

This guide walks through installing the kkfileviewer Docker container, building its image, running it, and then shows how to add MinIO support to a Spring Boot application with Maven dependencies, configuration, utility classes, and REST endpoints for file upload and preview.

BackendDockerFile Upload
0 likes · 6 min read
Deploy kkfileviewer with Docker and Integrate MinIO in Spring Boot
Java Tech Enthusiast
Java Tech Enthusiast
Nov 8, 2024 · Backend Development

Deploy kkfileviewer Container and Integrate MinIO with Spring Boot

This guide walks through building and running the kkfileviewer Docker container, then shows how to add MinIO to a Spring Boot application with configuration, a client bean, utility methods, and REST endpoints for uploading files and retrieving presigned preview URLs to display in the kkfileviewer UI.

DockerFile UploadJava
0 likes · 7 min read
Deploy kkfileviewer Container and Integrate MinIO with Spring Boot
Code Ape Tech Column
Code Ape Tech Column
Nov 5, 2024 · Backend Development

Deploy kkfileviewer with Docker and Integrate MinIO in a Spring Boot Application

This guide walks through installing the kkfileviewer container using Docker, building and running its image, then shows how to add MinIO support to a Spring Boot project by configuring dependencies, creating configuration and utility classes, and exposing upload and preview endpoints.

BackendDockerFile Preview
0 likes · 6 min read
Deploy kkfileviewer with Docker and Integrate MinIO in a Spring Boot Application
Top Architect
Top Architect
Oct 13, 2024 · Backend Development

Deploying kkfileviewer with Docker and Integrating MinIO in a Spring Boot Application

This guide walks through installing kkfileviewer in a Docker container, building and running the image, then shows how to add MinIO support to a Spring Boot project with Maven dependencies, configuration classes, utility methods, and REST endpoints for file upload and preview.

Backend DevelopmentDockerFile Preview
0 likes · 10 min read
Deploying kkfileviewer with Docker and Integrating MinIO in a Spring Boot Application