Package com.example.blogs.app.api.post.service


package com.example.blogs.app.api.post.service
  • Class
    Description
    Service for post-related business operations.
    Orchestrates post retrieval operations by coordinating with the post repository adapter.
    Updates post slugs by regenerating them from the updated title when necessary.
    Service for generating unique URL-friendly slugs from post titles.
    Generates unique URL-friendly slugs by combining slugified titles with random suffixes.
    Handles file uploads with automatic rollback when database transactions fail.