# codefish_blog **Repository Path**: hzf2281/codefish_blog ## Basic Information - **Project Name**: codefish_blog - **Description**: 简单的博客系统 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: http://116.63.194.85/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-28 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: blog, SpringBoot ## README # codefish_blog #### 介绍 简单的博客系统 #### 软件架构 后端:[SpringBoot](http://felord.cn/_doc/_springboot/2.1.5.RELEASE/_book/)+[MybatisPlus](https://baomidou.com/pages/24112f/)+[Alibaba Druid](https://github.com/alibaba/druid/wiki)
前端: [Thymeleaf](https://fanlychie.github.io/post/thymeleaf.html)+[JQuery](https://www.jquery123.com/)+[Bootstrap4](https://v4.bootcss.com/docs/getting-started/introduction/)
页面使用模板: [calmlog](https://gitee.com/jeanstudio/calmlog) #### 安装教程 1. 新建MySQL数据库 2. 运行doc目录下的sql文件,建立表结构 3. 在jar包所在目录下建立`application.properties`文件,覆盖jar中的配置,可参考一下内容: ```bash #以下配置优先级高于jar包中的配置 #web服务监听端口 server.port=${监听端口号} #Druid数据源配置 spring.datasource.druid.url=jdbc:mysql://localhost:3306/${你的数据库名}?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai spring.datasource.druid.username=${数据库访问用户名} spring.datasource.druid.password=${数据库访问密码} ``` 5. 运行jar包`java -jar xx.jar [--一些参数]` 6. 访问`localhost:8080`进入首页 #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)