SoochowRobin / RobinBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Robin Blog ##

This repo contains the source code for building a personal blog website. The main technique stack is Java Spring as backend Vue framework as frontend. What I have harvested from this project are listed as followed:

  • Use Spring Security to make authentication and authorization
  • Use Redis to store token returned from backend to help authentication
  • Use OSS(Object Storage Service) to store images in cloud, lifting pressure on web server
  • Use CommandLineRunner to get data in Redis before application running
  • Use CORN formulate to set a timer work to update value in Redis to Database
  • Use Swagger2 to document API design and return type
  • Use Spring AOP to record log by using @SLF4j

About


Languages

Language:Vue 45.5%Language:JavaScript 27.1%Language:Java 25.2%Language:SCSS 1.6%Language:HTML 0.3%Language:CSS 0.2%Language:Less 0.0%