I needed a simple way to build SQL queries in Java, and I didn’t want to use additional libraries.
I'm using Blaze Persistence and QueryDSL together on a project. I was waiting for the release of the 1.6.9 version of BP adding the support for Hibernate 6.2 Here is my env: Spring Boot 3.1.0 ...
素直にFileInputStreamで一文字ずつbyteで読み込んでint型配列に格納し、forループで後ろから書き出そうとしたら何故か改行が2回出力されてしまったためこの形に。 FileInputStream使用時の改善策があれば教えて頂きたいです🙏 ...