Giter VIP home page Giter VIP logo

jblog's Introduction

jblog

License

这个项目是使用spring boot + thymeleaf 开发个人博客项目.

运行环境

  • JDK 8
  • Maven
  • MySQL (or other SQL database)

主要技术

安装步骤

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/

##七牛云的key
qiniu:
  accessKey:
  secretKey:
  bucketName:
  basePath:

## 百度推送
baidu:
  task:
    postUrl:
    baseUrl:

License

The jblog is released under version 2.0 of the Apache License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.