发布UAT调试
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -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
|
||||||
|
user: voc
|
||||||
dify:
|
flowId: app-MVGxogM08CDCg7jMo7GNF6eS
|
||||||
user: voc
|
|
||||||
flowId: app-MVGxogM08CDCg7jMo7GNF6eS
|
|
||||||
Reference in New Issue
Block a user