发布UAT调试
This commit is contained in:
@@ -50,10 +50,10 @@ public class MqMessageRecordServiceImpl extends ServiceImpl<MqMessageRecordMappe
|
||||
@Autowired
|
||||
private JdbcTemplate clickhouseJdbcTemplate;
|
||||
|
||||
@Value("${dify.user}")
|
||||
@Value("${service.dify.user}")
|
||||
private String user;
|
||||
|
||||
@Value("${dify.flowId}")
|
||||
@Value("${service.dify.flowId}")
|
||||
private String flowId;
|
||||
|
||||
/**
|
||||
|
||||
@@ -39,27 +39,11 @@ spring:
|
||||
connection-test-query: SELECT 1
|
||||
|
||||
#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:
|
||||
mapper-locations: classpath:mappers/**/*.xml
|
||||
type-aliases-package: com.volvo.reportbi.mapper
|
||||
configuration:
|
||||
call-setters-on-nulls: true
|
||||
mapper-locations: classpath:/mapper/*Mapper.xml
|
||||
|
||||
service:
|
||||
dify:
|
||||
url: https://artera-uat.digitalvolvo.com
|
||||
|
||||
dify:
|
||||
user: voc
|
||||
flowId: app-MVGxogM08CDCg7jMo7GNF6eS
|
||||
Reference in New Issue
Block a user