发布UAT调试

This commit is contained in:
zhangfan
2024-12-23 17:17:22 +08:00
parent 104603c0f4
commit ec7ea38fcd
2 changed files with 5 additions and 21 deletions

View File

@@ -50,10 +50,10 @@ public class MqMessageRecordServiceImpl extends ServiceImpl<MqMessageRecordMappe
@Autowired @Autowired
private JdbcTemplate clickhouseJdbcTemplate; private JdbcTemplate clickhouseJdbcTemplate;
@Value("${dify.user}") @Value("${service.dify.user}")
private String user; private String user;
@Value("${dify.flowId}") @Value("${service.dify.flowId}")
private String flowId; private String flowId;
/** /**

View File

@@ -39,27 +39,11 @@ spring:
connection-test-query: SELECT 1 connection-test-query: SELECT 1
#mybatis 配置 #mybatis 配置
mybatis:
mapper-locations: classpath:mapper/**/*.xml
type-aliases-package: com.volvo.reportbi.mapper
configuration:
call-setters-on-nulls: true
map-underscore-to-camel-case: true
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
#开启MyBatis的二级缓存
cache-enabled: true
mybatis-plus: mybatis-plus:
mapper-locations: classpath:mappers/**/*.xml mapper-locations: classpath:/mapper/*Mapper.xml
type-aliases-package: com.volvo.reportbi.mapper
configuration:
call-setters-on-nulls: true
service: service:
dify: dify:
url: https://artera-uat.digitalvolvo.com url: https://artera-uat.digitalvolvo.com
dify:
user: voc user: voc
flowId: app-MVGxogM08CDCg7jMo7GNF6eS flowId: app-MVGxogM08CDCg7jMo7GNF6eS