From 8c934cde81a7fa67442cf1a773e1815b34ed32b9 Mon Sep 17 00:00:00 2001 From: hellohao <47170291+Hello-hao@users.noreply.github.com> Date: Wed, 12 Jun 2019 18:35:42 +0800 Subject: [PATCH 1/6] Create README.md --- README.md | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..350281a --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +# Hellohao图床 + + +> 这是一个基于多家对象存储源的Spring Boot开源图床项目。 +> 本项目使用 Spring Boot 搭建, 针对用户更方便的管理自己的图片管理拓展功能, 支持对接`网易`,`阿里`,`腾讯`,`七牛`等多家对象存储. +> 后台对用户管理。 +> 配置存储源。(目前已经支持`网易NOS`和`阿里OSS`,以后会更新更多.) +> 用户注册邮箱验证,以及后台配置邮箱服务器。 +> 以及图片鉴黄配置等操作。 + +预览地址: [http://tc.hellohao.cn/](http://tc.hellohao.cn/) + +更多后台功能你可以自己搭建配置使用。 + + +## 运行环境 +* JDK 1.8 +* MySQL 5.7 + +## 快速开始 + +### 下载项目 + +```git +git clone https://github.com/Hello-hao/Tbed.git +``` + +### 导入项目 + +使用自己的 Intellij IDEA 或者 Eclipse 均可. + +### 导入数据库 + +创建数据库, 字符集选择 `utf8`, 排序规则选择 `utf8_general_ci`. + +### 配置文件 + +打开 `application.properties` 修改 `MySQL` 和 `服务器端口` 等连接信息. + +```properties +server.port=8088 + +spring.datasource.username=root +spring.datasource.password=123456 +spring.datasource.url=jdbc:mysql://127.0.0.1:3306/shiro_action?useSSL=false&characterEncoding=UTF8 +``` + +### 启动项目 +在完成了上述步骤后,找到 TbedApplication 启动类, 启动即可. + +启动后访问地址为:http://localhost:8088 , `8088`就是你配置`server.port=8088`的端口. + +## 系统预览 + +![ ](https://hellohao.oss-cn-beijing.aliyuncs.com/Hellohao/f86340612062850.png) + +![ ](https://hellohao.oss-cn-beijing.aliyuncs.com/Hellohao/f71e20612062850.png) + +![ ](https://hellohao.oss-cn-beijing.aliyuncs.com/Hellohao/156930612062850.png) + + + +### 技术选型 + + +#### 前端 +* 首页框架: [Bootstrap](https://www.bootcss.com/) +* 前端框架: [Layui](https://www.layui.com/) +* 后台模板: [Z-Admin](https://github.com/zhaojun1998/Z-Admin/) + + + +### 反馈交流 + **如果你遇到BUG可以去我的博客反馈** +Hellohao博客: [http://www.hellohao.cn/](http://www.hellohao.cn/) From 7c9b6261f1cdf40d1162f0c7d14e7f6a3ba2858e Mon Sep 17 00:00:00 2001 From: hellohao <47170291+Hello-hao@users.noreply.github.com> Date: Wed, 12 Jun 2019 18:40:05 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 350281a..7a8f807 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,11 @@ spring.datasource.url=jdbc:mysql://127.0.0.1:3306/shiro_action?useSSL=false&char ## 系统预览 -![ ](https://hellohao.oss-cn-beijing.aliyuncs.com/Hellohao/f86340612062850.png) +![Hellohao图床.png](https://i.loli.net/2019/06/12/5d00d66035caf95031.png) -![ ](https://hellohao.oss-cn-beijing.aliyuncs.com/Hellohao/f71e20612062850.png) +![后台管理 - Hellohao图床2.png](https://i.loli.net/2019/06/12/5d00d660428dd24340.png) -![ ](https://hellohao.oss-cn-beijing.aliyuncs.com/Hellohao/156930612062850.png) +![后台管理 - Hellohao图床.png](https://i.loli.net/2019/06/12/5d00d66042ad524846.png) From 48f274f13c9c1137ee2a3fb89fad27688ef2ec08 Mon Sep 17 00:00:00 2001 From: hellohao <47170291+Hello-hao@users.noreply.github.com> Date: Wed, 12 Jun 2019 18:40:39 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a8f807..a8df7ed 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,9 @@ spring.datasource.url=jdbc:mysql://127.0.0.1:3306/shiro_action?useSSL=false&char ![Hellohao图床.png](https://i.loli.net/2019/06/12/5d00d66035caf95031.png) -![后台管理 - Hellohao图床2.png](https://i.loli.net/2019/06/12/5d00d660428dd24340.png) - ![后台管理 - Hellohao图床.png](https://i.loli.net/2019/06/12/5d00d66042ad524846.png) +![后台管理 - Hellohao图床2.png](https://i.loli.net/2019/06/12/5d00d660428dd24340.png) ### 技术选型 From 2f4dd1e53c5c98396c11ba3292bc6c78b9bd4066 Mon Sep 17 00:00:00 2001 From: hellohao <47170291+Hello-hao@users.noreply.github.com> Date: Wed, 12 Jun 2019 18:41:38 +0800 Subject: [PATCH 4/6] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a8df7ed..435b01f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ spring.datasource.url=jdbc:mysql://127.0.0.1:3306/shiro_action?useSSL=false&char #### 前端 * 首页框架: [Bootstrap](https://www.bootcss.com/) * 前端框架: [Layui](https://www.layui.com/) -* 后台模板: [Z-Admin](https://github.com/zhaojun1998/Z-Admin/) From b61b2cbe357051e6b383885c1da01c85d81a1d39 Mon Sep 17 00:00:00 2001 From: hellohao <47170291+Hello-hao@users.noreply.github.com> Date: Wed, 12 Jun 2019 18:45:25 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 435b01f..e69b2b4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ spring.datasource.url=jdbc:mysql://127.0.0.1:3306/shiro_action?useSSL=false&char ![Hellohao图床.png](https://i.loli.net/2019/06/12/5d00d66035caf95031.png) -![后台管理 - Hellohao图床.png](https://i.loli.net/2019/06/12/5d00d66042ad524846.png) +![Inked后台管理 - Hellohao图床_LI.jpg](https://i.loli.net/2019/06/12/5d00d7a735c8871168.jpg) ![后台管理 - Hellohao图床2.png](https://i.loli.net/2019/06/12/5d00d660428dd24340.png) From 99832cf62278c32217ce96cdb0a0d662209cb1b9 Mon Sep 17 00:00:00 2001 From: hellohao <47170291+Hello-hao@users.noreply.github.com> Date: Wed, 12 Jun 2019 18:47:30 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e69b2b4..a79e611 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ git clone https://github.com/Hello-hao/Tbed.git server.port=8088 spring.datasource.username=root -spring.datasource.password=123456 -spring.datasource.url=jdbc:mysql://127.0.0.1:3306/shiro_action?useSSL=false&characterEncoding=UTF8 +spring.datasource.password=root +spring.datasource.url=jdbc:mysql://localhost:3306/picturebed?useUnicode=true&characterEncoding=utf8 ``` ### 启动项目