Skip to content

614756773/chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chat-room

聊天室

  • 项目结构
    • chatroom 后端代码
    • chatroom-web 前端代码
  • 运行条件
    • jdk8+
    • mysql
    • chrome浏览器非必须,只是chrome浏览器下访问效果更好
  • 运行前
    • 修改application.yml文件中的数据库配置
    • 在你自己的mysql中创建一个名为chat_room的数据库
      最好使用utf8mb4字符集,后期会考虑存储emoji
  • 运行
    • 后端
      • 运行Application的main方法
        • 需要设置vm参数-Djasypt.encryptor.password=xxx xxx是我的qq号
    • 前端
      • 使用nodejs的http-server运行
      • 执行命令http-server . -p 8000
      • 访问localhost:8080/cr/chatroom.html