Skip to content

Commit

Permalink
Merge pull request #12 from hossain-khan/feature/add-logger
Browse files Browse the repository at this point in the history
Added logger due to error earlier
  • Loading branch information
hossain-khan authored Nov 19, 2023
2 parents fbc79ae + 3ea9819 commit c2e89fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ dependencies {
// https://mvnrepository.com/artifact/org.postgresql/postgresql
implementation("org.postgresql:postgresql:42.6.0")

// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
implementation("org.slf4j:slf4j-api:2.0.9")
// https://mvnrepository.com/artifact/org.slf4j/slf4j-simple
implementation("org.slf4j:slf4j-simple:2.0.9")


// 光 HikariCP・A solid, high-performance, JDBC connection pool at last.
// https://github.com/brettwooldridge/HikariCP#artifacts
// https://www.baeldung.com/hikaricp
Expand Down

0 comments on commit c2e89fe

Please sign in to comment.