Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

BulletCurtain chat system based on springboot + netty + vue

License

NotificationsYou must be signed in to change notification settings

jiefei30/groupchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

introduce

Server of groupchat system. Among them, netty mainly forwards broadcast messages, and springboot server stores the messages sent from the web.

bilibili:https://www.bilibili.com/video/BV1Ap4y1D7iQ?spm_id_from=333.999.0.0

Architecture

springboot & netty

How to install

  1. Import the database into groupchat.sql in the root path (build database and table)
  2. Import idea and start the project

How to use

  1. Modify the configuration in application.yml according to personal circumstances:port and path:
server:port:7084#springboot portservlet:context-path:/groupchat#project request pathnetty:port:7000#netty portcontext-path:/groupchat#netty request path(Be consistent with the web)

database:

#   datasource configuredatasource:username:rootpassword:rooturl:jdbc:mysql://localhost:3306/groupchat?characterEncoding=UTF-8&useSSL=falsedriver-class-name:com.mysql.jdbc.Driver

Sponsor

  1. jiefei30

About

BulletCurtain chat system based on springboot + netty + vue

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp