💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
//启动类必须要添加的注解 @SpringBootApplication //加载类路径下的aaa.properties配置 @PropertySource(value\={"classpath:aaa.properties"}) //加载类路径下的ccc.xml配置文件 @ImportResource(locations \= {"classpath:ccc.xml"}) public class SpringBootDemoApplication {