Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: callicoder/spring-boot-postgresql-jpa-hibernate-rest-api-demo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 15e8161
Choose a base ref
...
head repository: levaArabedddj/spring-boot-postgresql-jpa-hibernate-rest-api-demo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1279a82
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Jul 31, 2025

  1. feat(question): add DTOs, Redis cache, and new endpoints

    - Added DTOs for Question and Answer entities
    - Removed @JsonIgnore annotation on Question and replaced with DTO usage
    - Implemented endpoints:
      - GET /questions/random – get random question
      - GET /questions/cached – get cached question from Redis
      - GET /questions/search?keyword= – get questions by title keyword
      - DELETE /questions?keyword= – delete questions by title keyword
      - GET /questions/{id}/answers – get answers by question ID
    levaArabadji committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    a953335 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. new idea

    levaArabadji committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    b93c808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1279a82 View commit details
    Browse the repository at this point in the history
Loading