2023-04-26-TIL
2023-04-26-TIL Today I Learned JPAQueryFactory Construct with EntityManager https://ksabs.tistory.com/167 https://zkdlu.github.io/2021-04-13/Jpa03-QueryDSL/ https://www.baeldung.com/intro...
2023-04-26-TIL Today I Learned JPAQueryFactory Construct with EntityManager https://ksabs.tistory.com/167 https://zkdlu.github.io/2021-04-13/Jpa03-QueryDSL/ https://www.baeldung.com/intro...
2023-04-25-TIL Today I Learned REST API Best Practices https://hevodata.com/learn/rest-api-best-practices/ https://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api https://sc...
2023-04-24-TIL Today I Learned Builder Pattern for Java Records https://howtodoinjava.com/java/basics/builder-pattern-for-java-records/ https://www.baeldung.com/java-record-vs-lombok Jack...
2023-04-21-TIL Today I Learned JPA Best Practices https://www.jrebel.com/blog/jpa-application-performance-best-practices https://thorben-janssen.com/hibernate-best-practices-for-readable-an...
2023-04-20-TIL Today I Learned 대용량 엑셀처리를 위해서 메시지큐를 통해 요청하는 구조 대용량 엑셀 다운로드를 위해 메시지 큐를 사용하여 요청을 처리하는 방법이 있습니다. 메시지 큐는 시스템 간 통신을 위해 사용되는 소프트웨어 패턴으로, 엑셀 다운로드 요청이 큐에 삽입되면 백그라운드에서 처리됩니다. 이를 통해 엑...
2023-04-19-TIL Today I Learned Can I request multiple content type in a single HTTP request? 불가능하다. How to Request JSON in Multipart Request https://community.boomi.com/s/article/json-to-mu...
2023-04-17-TIL Today I Learned Download Excel Asynchronously https://www.outsystems.com/forums/discussion/61497/how-to-download-record-excel-asynchronously/ https://knowledge.pricefx.com/sp...
2023-03-30-TIL Today I Learned Swagger UI Turn Off in Production https://www.baeldung.com/swagger-ui-turn-off-in-production https://stackoverflow.com/questions/37794571/how-do-you-turn-off-...
2023-03-29-TIL Today I Learned how to response different by role in spring boot? https://stackoverflow.com/questions/62793553/spring-boot-customize-api-response-based-on-the-user-roles http...