这是一个基于多家对象存储源的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
的端口.
如果你不会编译本程序可以去我的博客搜图床
,下载编译后jar包直接部署即可。
如果你遇到BUG可以去我的博客反馈 Hellohao博客: http://www.hellohao.cn/