# image-compress **Repository Path**: chunleii/image-compress ## Basic Information - **Project Name**: image-compress - **Description**: 提供图片压缩服务,使用springboot搭建 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: develop - **Homepage**: http://101.43.152.10:9999 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-12-27 - **Last Updated**: 2023-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # image-compress #### 介绍 图片压缩服务 #### 软件架构 目前由于功能比较简单,没有进行前后端拆分,主要技术点:SpringBoot、WebSocket、webjars、Vue、Element-UI、axios、jszip,核心压缩库是 Thumbnailator 提供压缩支持。 #### Docker 模式启动 1. 拉取镜像 `docker pull songyinzeng/image-compress` 2. 运行容器 `docker run -d -p 9999:9999 --name image-compress songyinzeng/image-compress` 3. 查看服务界面 http://ip:9999 #### 使用示例 压缩工具[在线地址](http://101.43.152.10:9999/html/batch.html) ![输入图片说明](https://foruda.gitee.com/images/1679300727877241457/0cd0a616_1199423.png "屏幕截图")