# jblog **Repository Path**: jiangbin216/jblog ## Basic Information - **Project Name**: jblog - **Description**: 个人博客 - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-22 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jblog [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) 这个项目是使用spring boot + thymeleaf 开发个人博客项目. # 运行环境 - JDK 8 - Maven - MySQL (or other SQL database) # 主要技术 - Spring && Spring security && Spring boot - Mybatis - bootstrap - flavr - thymeleaf - editor.md - [展示页面模板icarus](https://github.com/ppoffice/hexo-theme-icarus) # 安装步骤 0 - clone或者下载本项目 1 - 创建数据库jblog并导入跟目录jblog.sql文件到数据库 2 - 更新 resources/application.yml中数据库连接配置和百度推送,七牛云的上次图片信息 3 - 编译项目: **mvn package -DskipTests** 或者导入idea,然后运行jblogApplication.java 4 - 如果是编译项目,则使用 **java -jar target/jblog.jar** 5 - http://localhost:8080/ 访问你的主页 ## 后台模块 登陆路径 http://localhost:8080/login 默认账号 admin
默认密码 admin ##注意事项 1.文章添加后默认是关闭的需要开启(关闭表示不展示) 2.如果运行有问题,请先检查查看一下错误的原因,一般来说是不会有大问题。 3.请自己配置百度推送的相关信息和骑牛云上传图片的相关配置(因为推送给我太多无用的链接了!!!) 百度站长工具: http://ziyuan.baidu.com/dashboard/index
七牛云: https://portal.qiniu.com/ ```yml ##七牛云的key qiniu: accessKey: secretKey: bucketName: basePath: ## 百度推送 baidu: task: postUrl: baseUrl: ``` ## License The jblog is released under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).