|
@@ -91,7 +91,7 @@ public class TestController {
|
|
|
RedisLockUtil redisLockUtil;
|
|
|
|
|
|
|
|
|
- @PostMapping("/test")
|
|
|
+ @GetMapping("/test")
|
|
|
public String test(String test) throws Exception {
|
|
|
|
|
|
|
|
@@ -135,9 +135,9 @@ public class TestController {
|
|
|
|
|
|
// JedisConnectionFactory bean = (JedisConnectionFactory)SpringUtil.getBean(RedisConnectionFactory.class);
|
|
|
// int maxIdle = bean.getPoolConfig().getMaxIdle();
|
|
|
- MatrixToImageWriterUtil
|
|
|
- .createQRCode("https://test.4dkankan.com" + "t-RGjyzx4", ConstantFilePath.BASE_PATH + File.separator + "sceneQRcode/"+"t-RGjyzx4"+".png",
|
|
|
- null);
|
|
|
+// MatrixToImageWriterUtil
|
|
|
+// .createQRCode("https://test.4dkankan.com" + "t-RGjyzx4", ConstantFilePath.BASE_PATH + File.separator + "sceneQRcode/"+"t-RGjyzx4"+".png",
|
|
|
+// null);
|
|
|
return "123";
|
|
|
|
|
|
}
|