[+] 精简

This commit is contained in:
acgist
2022-11-28 22:01:50 +08:00
parent 9667f9cd08
commit fe7e48ec0e
15 changed files with 21 additions and 100 deletions

View File

@@ -9,7 +9,7 @@ import org.springframework.context.annotation.Configuration;
* @author acgist
*/
@Configuration
@ConditionalOnProperty(prefix = "taoyao.webrtc", name = "model", havingValue = "SFU", matchIfMissing = true)
@ConditionalOnProperty(prefix = "taoyao.webrtc", name = "framework", havingValue = "SFU", matchIfMissing = true)
public class SfuAutoConfiguration {
}