Skip to content

Releases: sogorae/jpa-query-counter

refactor: n+1 경고문 수정

21 Sep 14:45
fdaa190
Compare
Choose a tag to compare

refactor: 중복된 api 기록 제거

21 Sep 04:01
528e191
Compare
Choose a tag to compare
refactor: 중복된 api 기록 제거 (#11)

* Rename application.properties to application-jpaquerycounter.properties

* feat: add PropertySource to SpringConfig

* docs: update README

* feat: test OutputFile

* feat: 중복 제거 기능 구현

* feat: java 11 version 설정

* chore: jitpack.yml 이동

* refactor: 개행 lf로 고정

* feat: 중복 제외 기능 구현

* refactor: 메서드 분리, preHandle 즉시 true 반환으로 변경

* test: 변경된 로직 테스트 삭제

fix: properties 인식 못하는 버그

20 Sep 01:29
13f514c
Compare
Choose a tag to compare
fix: properties 인식 못하는 버그 (#10)

* Rename application.properties to application-jpaquerycounter.properties

* feat: add PropertySource to SpringConfig

* docs: update README

n+1 경고문 기능 추가

14 Sep 17:22
7b00fbf
Compare
Choose a tag to compare
feat: n+1 경고 문구 추가 (#7)

* feat: n+1 경고 문구 추가

* refactor: createNPlusOneWaring() foreach 로직 변경

1.0.3

13 Sep 13:15
d31090d
Compare
Choose a tag to compare
fix: queryCounter null check 수정 (#4)

1.0.2

11 Sep 11:36
2894001
Compare
Choose a tag to compare
feat: 성능 측정 결과 파일로 만들기 (#2)

* refactor: 파일 날짜 포맷팅 수정, warningQuery() 수정

* refactor: JpaInspector 동시성 문제 해결

* refactor: 불필요한 파일 제거

1.0.1

06 Sep 16:42
Compare
Choose a tag to compare
feat: query count 파일 생성 기능 구현

1.0.0

05 Sep 17:21
Compare
Choose a tag to compare
set up the project