类 DeepSeekAutoConfiguration
java.lang.Object
top.aoyudi.starter.DeepSeekAutoConfiguration
@Configuration
@ConditionalOnClass(DeepSeekConfig.class)
@EnableConfigurationProperties(DeepSeekProperties.class)
public class DeepSeekAutoConfiguration
extends Object
DeepSeek 自动配置类
当 DeepSeekService 类存在时,自动配置生效
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明deepSeekConfig(DeepSeekProperties properties) 创建 DeepSeekService Bean 如果没有其他 DeepSeekService Bean 存在,则创建此 Bean
-
构造器详细资料
-
DeepSeekAutoConfiguration
public DeepSeekAutoConfiguration()
-
-
方法详细资料
-
deepSeekConfig
创建 DeepSeekService Bean 如果没有其他 DeepSeekService Bean 存在,则创建此 Bean- 参数:
properties- 实体- 返回:
- DeepSeekConfig deepseek配置
-