Error: Maximum response size reached get method Json object along with file part (Spring boot rest api)

This is a Postman specific error and it is generated because there is a Max Response Size limit available in the settings. By default it is 50 MB. Which means, Postman will fail the request if the response size exceeds 50 MBs. Since, you are receiving JSON data along with file part or file base64 … Read more

Using Java nio to create a subdirectory and file

You could declare your confFile as File instead of Path. Then you can use confFile.getParentFile().mkdirs();, see example below: // … File confFile = new File(“./conf/conf.xml”); confFile.getParentFile().mkdirs(); // … Or, using your code as is, you can use: Files.createDirectories(confFile.getParent());

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)