All Projects → JamesZBL → Fs Blog

JamesZBL / Fs Blog

Licence: apache-2.0
个人博客,Spring Boot 开山之作,采用 Spring Boot + MyBatis,前端 Bootstrap + LayUI,支持程序员非常青睐的轻量化的 Markdown 编辑器 Editor.md,支持标签分类检索

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Fs Blog

Crown
Based on SpringBoot2, Crown builds a rapidly developed web application scaffolding.
Stars: ✭ 161 (-77%)
Mutual labels:  gradle, mybatis, springboot, bootstrap
blog-springboot
My blog with springboot framework
Stars: ✭ 14 (-98%)
Mutual labels:  freemarker, springboot, mybatis, springmvc
Bootplus
基于SpringBoot + Shiro + MyBatisPlus的权限管理框架
Stars: ✭ 88 (-87.43%)
Mutual labels:  freemarker, springboot, springmvc, bootstrap
Jeeplatform
一款企业信息化开发基础平台,拟集成OA(办公自动化)、CMS(内容管理系统)等企业系统的通用业务功能 JeePlatform项目是一款以SpringBoot为核心框架,集ORM框架Mybatis,Web层框架SpringMVC和多种开源组件框架而成的一款通用基础平台,代码已经捐赠给开源中国社区
Stars: ✭ 1,285 (+83.57%)
Mutual labels:  freemarker, mybatis, springboot, springmvc
Publiccms
现代化java cms,由天津黑核科技有限公司开发,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
Stars: ✭ 1,750 (+150%)
Mutual labels:  gradle, freemarker, springboot
Restfeel
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
Stars: ✭ 59 (-91.57%)
Mutual labels:  gradle, springboot, bootstrap
Hahu
参照知乎网做的一个简易版问答网站,后台采用Java语言,及Spring,SpringMVC,MyBatis等框架,模版引擎使用FreeMarker。数据库用到MySQL,Redis。
Stars: ✭ 408 (-41.71%)
Mutual labels:  freemarker, mybatis, springmvc
Goku.Framework.CoreUI
基于 SpringBoot + Spring + SpringMvc+Mybatis+CoreUI +Layui 开发后台管理程序
Stars: ✭ 87 (-87.57%)
Mutual labels:  springboot, mybatis, springmvc
Java-CS-Record
记录准备春招实习过程中,学习与复习的知识(模块化整理,非面试题速成)。注:暂停更新,后续请移步博客
Stars: ✭ 73 (-89.57%)
Mutual labels:  springboot, mybatis, springmvc
Oneblog
👽 OneBlog,一个简洁美观、功能强大并且自适应的Java博客
Stars: ✭ 678 (-3.14%)
Mutual labels:  blog, springboot, bootstrap
learn-java-demo
java学习demo
Stars: ✭ 17 (-97.57%)
Mutual labels:  springboot, mybatis, springmvc
My Blog Layui
layui 版本的 My-Blog : A simple & beautiful blogging system implemented with spring-boot & layui & thymeleaf & mybatis My Blog 是由 SpringBoot + Layui + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 204 (-70.86%)
Mutual labels:  blog, mybatis, springboot
My Blog
🌴A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 2,400 (+242.86%)
Mutual labels:  blog, mybatis, springboot
springboot-chapter
🚀Spring Boot 2.0基础教程。主流框架整合,实践学习案例。
Stars: ✭ 23 (-96.71%)
Mutual labels:  freemarker, springboot, mybatis
Yfax Parent
SprintBoot开发的Rest API接口项目实战,集成了拦截器,日志处理,mysql,mybatis, oauth2.0, spring secutity等,已投入生产线上使用。应用了https://github.com/hemin1003/spring-boot-study 所含功能。配套的后台管理系统实战见:https://github.com/hemin1003/aylson-parent
Stars: ✭ 271 (-61.29%)
Mutual labels:  mybatis, springboot, springmvc
Blog
基于SpringBoot+Thymeleaf+Mybatis+LayUi+Lucene的粗糙个人博客
Stars: ✭ 95 (-86.43%)
Mutual labels:  blog, mybatis, springboot
Newblog
个人博客,个人网站,blog
Stars: ✭ 763 (+9%)
Mutual labels:  blog, mybatis, springmvc
Spring Boot Angular2
spring boot backend, angular2 frontend with webpack, typescript, sass, bootstrap4, karma, jasmine
Stars: ✭ 396 (-43.43%)
Mutual labels:  gradle, springboot, bootstrap
Spring Boot Examples
个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中.....
Stars: ✭ 159 (-77.29%)
Mutual labels:  freemarker, mybatis, springboot
Easyadmin
简易的java后台管理框架,基于SpringBoot+FreeMark+ace admin+mysql
Stars: ✭ 169 (-75.86%)
Mutual labels:  freemarker, mybatis, springboot

FS-Blog

Build Status LICENSE GitHub release

基于 Spring Boot 的个人博客

1. 涉及技术及工具

  • 核心框架:SpringBoot
  • ORM 框架:MyBatis
  • MyBatis 工具:MyBatis Mapper
  • MVC 框架:Spring MVC
  • 模板引擎:Freemarker
  • 编译辅助插件:Lombok
  • CSS 框架:BootStrap 4.0
  • Markdown 编辑器:Editor.md
  • 数据库:MySQL

2. 效果图

2.1 首页

首页

2.2 博客列表页

文章列表

2.3 博客阅读页

文章阅读

2.4 个人简历页

个人简历

2.5 文章编辑页

编辑器

3. 构建及运行

3.1 服务器环境

  • 安装 MySQL
  • 安装 Gradle
  • 在项目目录下运行 gradle clean build,生成的 jar 包位于 build/libs 目录下,使用 java -jar .../fsblog.jar 运行
  • application-dev.yml 中配置数据库用户名和密码,默认为:username: root password: root
  • 默认自动创建数据库、数据表并自动导入初始数据,同样在application-dev.yml中配置
  • 后台管理默认用户名为 admin,密码为 123456

3.2 开发环境

  • 可直接在 IntelliJ IDEA 或 Eclipse 中打开项目进行二次开发

4. 联系方式

QQ:1146556298

Email:[email protected]

5. 相关链接

6. 开源协议

Apache License 2.0

Copyright (c) 2017-present, JamesZBL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].