[+] UML
This commit is contained in:
@@ -77,6 +77,8 @@ public class BootAutoConfiguration {
|
||||
|
||||
@Value("${spring.application.name:taoyao}")
|
||||
private String name;
|
||||
@Value("${taoyao.webrtc.model:SFU}")
|
||||
private String model;
|
||||
|
||||
@Autowired
|
||||
private ApplicationContext context;
|
||||
@@ -160,6 +162,7 @@ public class BootAutoConfiguration {
|
||||
this.context.getBeansOfType(TaskScheduler.class).forEach((k, v) -> {
|
||||
log.info("系统定时任务线程池:{}-{}", k, v);
|
||||
});
|
||||
log.info("WebRTC架构:{}", this.model);
|
||||
this.registerException();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user