|
@@ -27,16 +27,16 @@ import shop.alien.util.common.CommendUtil;
|
|
|
@RequiredArgsConstructor
|
|
@RequiredArgsConstructor
|
|
|
public class TestInfoController {
|
|
public class TestInfoController {
|
|
|
|
|
|
|
|
- @Value("${spring.datasource.druid.url}")
|
|
|
|
|
|
|
+ @Value("${spring.datasource.druid.url:180.0}")
|
|
|
private String databasesUrl;
|
|
private String databasesUrl;
|
|
|
|
|
|
|
|
- @Value("${spring.redis.host}")
|
|
|
|
|
|
|
+ @Value("${spring.redis.host:77}")
|
|
|
private String redisHost;
|
|
private String redisHost;
|
|
|
|
|
|
|
|
- @Value("${spring.redis.port}")
|
|
|
|
|
|
|
+ @Value("${spring.redis.port:3305}")
|
|
|
private String redisPort;
|
|
private String redisPort;
|
|
|
|
|
|
|
|
- @Value("${spring.redis.database}")
|
|
|
|
|
|
|
+ @Value("${spring.redis.database:q}")
|
|
|
private String redisDatabase;
|
|
private String redisDatabase;
|
|
|
|
|
|
|
|
@ApiOperation("获取测试打包信息")
|
|
@ApiOperation("获取测试打包信息")
|