Skip to content
forked from xieshuang/t-blog

简洁的个人博客系统 springboot+thymeleaf+mybatis+tale.js+redis

Notifications You must be signed in to change notification settings

feverwind/t-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

来源说明

本项目fork 自 t-blog,继承了他的框架。t-blog 参考了 My blog

我主要做了这些事情:

  1. 升级到springboot 2+
  2. 打开Druid监控界面
  3. 使用了LOMBOK
  4. 修改了几个bug

1.涉及技术及工具

  • 核心框架:SpringBoot
  • ORM 框架:MyBatis
  • MyBatis 工具:MyBatis通用Mapper插件
  • MVC 框架:Spring MVC
  • 模板引擎:Thymeleaf
  • 数据库:MySQL、Liquibase、redis、Druid

2.部署事宜

  • 1、服务器安装mysql并创建空的数据库blog
  • 2、安装redis数据库
  • 3、项目打成jar包上传到服务器上
  • 4、执行 nohup java -jar blog.jar &
  • 5、浏览器访问 ip:8090即可访问
  • 6、可以配置nginx进行代理访问

3.我的网站

欢迎访问!http://118.24.197.75:8090/

About

简洁的个人博客系统 springboot+thymeleaf+mybatis+tale.js+redis

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 66.9%
  • HTML 21.4%
  • CSS 6.4%
  • JavaScript 5.3%