Skip to content

Commit

Permalink
feat: P4ADEV-1779 create api get installments by organization id and …
Browse files Browse the repository at this point in the history
…nav (#30)
  • Loading branch information
serdimic authored Jan 27, 2025
1 parent 92e75a4 commit 4ecaed3
Show file tree
Hide file tree
Showing 23 changed files with 874 additions and 310 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ HELP.md
!**/src/main/**/target/
!**/src/test/**/target/

#**/src/main/resources/application-local*.properties
### Local development resources ###
local-*.env

### STS ###
.apt_generated
Expand Down
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ val micrometerVersion = "1.4.1"
val postgresJdbcVersion = "42.7.4"
val bouncycastleVersion = "1.79"
val mapStructVersion = "1.6.3"
val podamVersion = "8.0.2.RELEASE"

dependencies {
implementation("org.springframework.boot:spring-boot-starter")
Expand Down Expand Up @@ -82,6 +83,7 @@ dependencies {
testImplementation ("org.projectlombok:lombok")
testAnnotationProcessor("org.projectlombok:lombok")
testImplementation("com.h2database:h2")
testImplementation("uk.co.jemos.podam:podam:$podamVersion")
}

tasks.withType<Test> {
Expand Down
Loading

0 comments on commit 4ecaed3

Please sign in to comment.