讯飞星火大模型

master
fst1996 2023-10-05 00:03:31 +08:00
parent cba49a30ad
commit 5de8418907
3 changed files with 1 additions and 19 deletions

View File

@ -4,13 +4,6 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* @author
* @version 1.0
* @description: TODO
* @date 2023/10/3 14:43
*/
@Configuration
public class CorsConfig implements WebMvcConfigurer {

View File

@ -4,12 +4,7 @@ import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
/**
* @author
* @version 1.0
* @description: TODO
* @date 2023/9/29 13:50
*/
@Configuration
@ConfigurationProperties(prefix = "xfxh")
@Data

View File

@ -17,12 +17,6 @@ import javax.annotation.Resource;
import java.util.Collections;
import java.util.UUID;
/**
* @author
* @version 1.0
* @description: TODO
* @date 2023/9/29 14:06
*/
@RestController
@RequestMapping("/test")
@Slf4j