Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hellohao图床

这是一个基于多家对象存储源的Spring Boot开源图床项目。 本项目使用 Spring Boot 搭建, 针对用户更方便的管理自己的图片管理拓展功能, 支持对接网易阿里腾讯七牛等多家对象存储. 后台对用户管理。 配置存储源。(目前已经支持网易NOS阿里OSS,以后会更新更多.) 用户注册邮箱验证,以及后台配置邮箱服务器。 以及图片鉴黄配置等操作。

预览地址: http://tc.hellohao.cn/

更多后台功能你可以自己搭建配置使用。

运行环境

  • JDK 1.8
  • MySQL 5.7

快速开始

下载项目

git clone https://github.com/Hello-hao/Tbed.git

导入项目

使用自己的 Intellij IDEA 或者 Eclipse 均可.

导入数据库

创建数据库picturebed, 字符集选择 utf8, 排序规则选择 utf8_general_ci. 导入picturebed.sql

配置文件

打开 application.properties 修改 MySQL服务器端口 等连接信息.

#数据库账号
spring.datasource.username=root
#数据库密码
spring.datasource.password=root
#数据库地址
spring.datasource.url=jdbc:mysql://localhost:3306/picturebed?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
#端口
server.port=8088

启动项目

在完成了上述步骤后,找到 TbedApplication 启动类, 启动即可.

初始用户名:admin 初始邮箱:admin 初始密码admin

启动后访问地址为:http://localhost:8088 , 8088就是你配置server.port=8088的端口.

系统预览

Hellohao图床.png

Inked后台管理 - Hellohao图床_LI.jpg

后台管理 - Hellohao图床2.png

说明

如果你不会编译本程序可以去我的博客搜图床,下载编译后jar包直接部署即可。

技术选型

前端

反馈交流

如果你遇到BUG可以去我的博客反馈 Hellohao博客: http://www.hellohao.cn/

About

Hellohao图床:基于Spingboot开发的图床站,纯粹的图片存放驿站。http://tc.hellohao.cn

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages