Skip to content

Maple's Blog Posts

Spring Bean 多实现运行时选择实现注入

最近在业务上遇到需求,需要同时在多种实现情况下,根据参数的不同动态选择不通的实现。 分析需求 同接口存在N个实现 默认多数情况只需要一种实现 部分场景需要根据当前数据选择其中一种实现 技术实现方案 使用硬编码方式 通过AOP进行Bean注入 通过抽象方法进行获取识别 技术尝试 由于项目已存在且使用…

Leave a Comment

Plex 群晖更新后无法播放

最近升级了下群晖版本,升级之后plex播放报错如下: Please check that the file exists and the necessary drive is mounted. 经过一番查询之后。发现是新版的权限问题导致。 只需在群晖的用户管理中设置相应权限即可。

Leave a Comment