补充客户信息

This commit is contained in:
2026-05-03 09:36:00 +08:00
parent 7b2691b98f
commit 29b97839ba
10 changed files with 538 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
package com.rj;
import com.rj.config.AmapProperties;
import com.rj.config.YihangyiVllmAsrProperties;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
@@ -39,7 +40,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@MapperScan("com.rj.mapper")
@SpringBootApplication
@EnableScheduling
@EnableConfigurationProperties(YihangyiVllmAsrProperties.class)
@EnableConfigurationProperties({YihangyiVllmAsrProperties.class, AmapProperties.class})
public class AISmartCard20251230Application {
public static void main(String[] args) {