2 Star 13 Fork 4

姜太公钓JAVA / Java使用springboot+webSocket实现简易聊天室(资料,注释完整)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sonar-project.properties 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
姜太公钓JAVA 提交于 2021-03-19 12:41 . 重新上传
#projectKey是项目的唯一标识,不能出现重复,可随意起
sonar.projectKey=websocket
# this is the name displayed in the SonarQube UI,不能是中文
sonar.projectName=chat
# 项目的版本号
sonar.projectVersion=0.5
# 项目的代码的编码格式
sonar.sourceEndcoding=UTF-8
# 项目的语言
sonar.language=java
# 项目的源代码目录
sonar.sources=src
# 项目的编译生成的class文件的所在目录
sonar.java.binaries=target/classes
Java
1
https://gitee.com/youqi_lzz/websocket-liao.git
git@gitee.com:youqi_lzz/websocket-liao.git
youqi_lzz
websocket-liao
Java使用springboot+webSocket实现简易聊天室(资料,注释完整)
master

搜索帮助