# chatAndLog **Repository Path**: xxd2019/chatAndLog ## Basic Information - **Project Name**: chatAndLog - **Description**: 多功能平台 - **Primary Language**: Java - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目正在改造中... 目前新增多人支付宝注册 原项目地址: https://gitee.com/song_haozhi/mayday.git 效果图 ![](https://gitee.com/xxd2019/chatAndLog/raw/master/pic/Snipaste_2020-04-03_15-25-11.png) ## 使用说明 1. 下载代码 `git clone https://github.com/gujiniCY/mayday.git` 2. 运行sql文件夹下的sql文件 3. 到src/main/resources下的application.yaml下修改你的数据库链接 4. 保存好以后 mvn package打包 5. 进入target文件夹运行nohup java -jar mayday.jar & 6. 访问http://localhost:8091 ### 如果使用又拍云cdn的话请到参数跟随里面设置全程跟随以及开启重定向跟随 ### 关于评论功能 目前没有打算自己写评论功能。用的两个评论插件[gitalk](https://github.com/gitalk/gitalk)和[valine](https://ioliu.cn/2017/add-valine-comments-to-your-blog/) ## 图片演示 ![install.png](https://images.gitee.com/uploads/images/2019/0117/112452_b81fbb50_1574192.png) ![index.png](https://images.gitee.com/uploads/images/2019/0117/112455_a6973f29_1574192.png) ![login.png](https://images.gitee.com/uploads/images/2019/0117/112450_7ae99bba_1574192.png) ![admin.png](https://images.gitee.com/uploads/images/2019/0117/112450_3a600852_1574192.png) ![post.png](https://images.gitee.com/uploads/images/2019/0117/112451_d6754471_1574192.png) ![profile.png](https://images.gitee.com/uploads/images/2019/0117/112451_499f580f_1574192.png) ![theme.png](https://images.gitee.com/uploads/images/2019/0117/112451_a4e0016a_1574192.png) ![tag.png](https://images.gitee.com/uploads/images/2019/0117/112451_05569d9b_1574192.png) ![upload_attach.png](https://images.gitee.com/uploads/images/2019/0117/112451_50127984_1574192.png) ![attach.png](https://images.gitee.com/uploads/images/2019/0117/112451_66bac3bf_1574192.png) ![write_post.png](https://images.gitee.com/uploads/images/2019/0117/112454_1b3d8fa9_1574192.png) ![menu.png](https://images.gitee.com/uploads/images/2019/0117/112452_58ac3c2d_1574192.png) ![link.png](https://images.gitee.com/uploads/images/2019/0117/112452_ecf27d79_1574192.png) ![new_page.png](https://images.gitee.com/uploads/images/2019/0117/112455_e9bdbee6_1574192.png) ![option.png](https://images.gitee.com/uploads/images/2019/0117/112452_c40d529a_1574192.png) ![page.png](https://images.gitee.com/uploads/images/2019/0117/112452_6c1d4dd7_1574192.png) ![category.png](https://images.gitee.com/uploads/images/2019/0117/112452_0e35930e_1574192.png) ![index_archives.png](https://images.gitee.com/uploads/images/2019/0117/112453_cc8c9773_1574192.png) ![index_links.png](https://images.gitee.com/uploads/images/2019/0117/112453_1208a83f_1574192.png) ![index_post.png](https://images.gitee.com/uploads/images/2019/0117/112454_327abed1_1574192.png) ## 开源协议 [MIT](https://gitee.com/song_haozhi/mayday/blob/master/LICENSE) ## 致谢: 1. [SpringBoot](http://spring.io/projects/spring-boot) 版本2.0.4 2. [MyBatis](http://www.mybatis.org/mybatis-3/) ORM框架 3. [MySQL](https://www.mysql.com/) 数据库,版本5.6 4. [Maven](http://maven.apache.org/) 依赖管理 5. [Druid](https://github.com/alibaba/druid/) 阿里连接池 6. [Thymeleaf](https://www.thymeleaf.org/) spring官方推荐的模板引擎 7. [Vali Admin](https://github.com/pratikborsadiya/vali-admin) 后台模板 8. [jquery toast插件](http://www.jqueryfuns.com/resource/2412) 信息提示插件 9. [Font Awesome](http://www.fontawesome.com.cn/faicons/) 图标库 10. [Thumbnailator](https://github.com/coobird/thumbnailator) 压缩图片工具类 11. [Hutool](http://hutool.mydoc.io/) Hutool是一个Java工具包 12. [PageHelper](https://pagehelper.github.io/) mybatis分页插件 13. [Bootstrap-Fileinput](https://github.com/kartik-v/bootstrap-fileinput) bootstrap上传控件 14. [halo](https://github.com/ruibaby/halo) halo博客系统 15. [Ehcache](http://www.ehcache.org/) Java的进程内缓存框架 16. [MDTool](https://github.com/cevin15/MDTool) 将markdown转换为html的工具