Skip to content

A blog web application that allows user to send posts and comment other people's posts. Uses Spring Boot, Thymeleaf and Mybatis-plus as its major frameworks.

Notifications You must be signed in to change notification settings

JiashuHarryHuang/Unsocial-Forum-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsocial Forum

Description

The project is a web application of an online forum. The users can communicate with each other through sending and commenting posts. They are also able to send private messages to each other.

Technology used

  • Used SpringBoot as the fundamental framework to manage other technologies
  • Utilized Mybatis-Plus to perform basic CRUD operations and more complex queries on MYSQL database
  • Enhanced query efficiency through Redis cache
  • Developed system notification setting through Kafka
  • Implemented a Trie to prevent users from sending sensitive words
  • Unified log records through Spring AOP

Demo

About

A blog web application that allows user to send posts and comment other people's posts. Uses Spring Boot, Thymeleaf and Mybatis-plus as its major frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages