logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Springboot 使用 webSocket

System.out.println(“发生错误:” + error.getMessage() + “;第46行,在onOpen()方法即建立连接的时候就接收参数userID,需要标识@PathParam(“userID”)。System.out.println(“websocket有新的连接, 总数:”+ copyOnWriteArraySet.size());System.out.printl

文章图片
#spring boot#websocket#后端
Springboot 从数据库读取数据库配置信息,动态切换多数据源 最详细实战教程

紧接着,application.yml(这里面的数据库配置信息将作为默认数据库):spring:aop:proxy-target-class: true #true为使用CGLIB代理#新版mysql驱动配置方法###################以下为druid增加的配置###########################

文章图片
#spring boot#数据库#后端
Springboot 从数据库读取数据库配置信息,动态切换多数据源 最详细实战教程

紧接着,application.yml(这里面的数据库配置信息将作为默认数据库):spring:aop:proxy-target-class: true #true为使用CGLIB代理#新版mysql驱动配置方法###################以下为druid增加的配置###########################

文章图片
#spring boot#数据库#后端
到底了