Spring boot串口通信,windows、linux,docker环境配置说明
1.Spring boot有转用于串口通讯包 该包网上教程大多都是监听串口获取数据,如果只接收数据,可以自行百度,该包使用方法2.使用com.fazecast下的jSe……
12-26 立刻查看
mybatis plus分页查询相关
使用 Wrapper 自定义SQL${ew.customSqlSegment}使用必须继承baseMapper<entity>才能使用匹配Wrapper 问题……
06-10 立刻查看
spring不返回指定字段
@JsonIgnore# 示例@JsonIgnore@ApiModelProperty(value = "用户密码")private String password;……
05-05 立刻查看
Redis Spring注解
@Cacheable注解的作用:缓存被调用方法的结果(返回值),已经缓存就不再调用注解修饰的方法,适用于查询接口 @RequestMapping("/redisO……
04-28 立刻查看
- 1
- 2