Java web page version imitates QQ to realize online chat function system

Source code number: S-I03 Click to view ( classification rules )

Project name: Online chat system based on Spring Boot

Current version: V1.0 version

User type: dual role (user, administrator)

Project architecture: B/S architecture

Main technologies: BootStrap, Freemaker, SpringBoot framework

Operating environment: Win10, JDK1.8

Database: MySQL5.5/5.7/8.0 can run

Running server: Tomcat7.0 and above can run

Running tool: IDEA/Eclipse for STS, default IDEA

Number of database tables: 14 tables

Is there an explanation video: No

Whether there is a graduation thesis: there is a graduation thesis and task statement, the number of words in the thesis is about 16991 words, and the number of pages is 76 pages

Portable service: remote debugging service and guidance service (sunflower remote debugging, question answering, operation guidance)

Applicable scenarios: Suitable for Java course design training projects, very suitable for students who learn Java.

Project introduction: The online chat system is a communication system similar to QQ chat. After registration, users can add or add group chats for chatting, and the background can be managed.

The main function

Main functions Friends registration, login, user management, account management, role management, message management, group management, modify personal information, add friends, send messages (text, pictures), chat history, delete friends and other functions.

Get the source code: Spring Boot-based online chat system - Nine Birds

Project Description

project skeleton

database

user registration

User login

front page

Send a message

Contact list

group management

Background login

Background Home

User Management

account management

Screenshots of the thesis part The number of words in the thesis is 16991 words, and the number of pages is 76

Summary

Table of contents

demand analysis

system design

ER diagram

database table structure

software testing section

Guess you like

Origin blog.csdn.net/liqz666/article/details/126841426