Skip to content
/ cblog Public

spring boot + freemarker 开发的个人博客项目

License

Notifications You must be signed in to change notification settings

zzitbar/cblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[TOC]

#Cblog License

使用spring boot + freemarker 开发的个人博客项目。

博客地址: Simplify

运行环境

  • JDK 8
  • Maven
  • MySQL

主要技术

  • Spring boot
  • spring-data-jpa
  • bootstrap
  • freemarker

安装步骤

  • clone project

  • 创建数据库,执行 blog.sql 交班

  • 修改src/main/resources/application.properties文件,需修改datasource、redis、七牛相关配置

  • 执行maven命令 mvn package -DskipTests

  • 命令行启动 java -jar target/blog.jar

  • 浏览器打开 http://localhost:8080/

后台模块

登陆路径 /login

默认账号 admin 默认密码 123456

License

Apache License.

About

spring boot + freemarker 开发的个人博客项目

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published