Skip to content

Publisher Feature #2

@computebender

Description

@computebender

Implement the Publisher endpoints in a Spring Boot application. The following endpoints are to be implemented:

  • POST /publishers: Creates a new publisher.
  • GET /publishers/{publisherId}: Returns information about a specific publisher.
  • PUT /publishers/{publisherId}: Updates information about a specific publisher.
  • DELETE /publishers/{publisherId}: Deletes a specific publisher.

Tasks:

  • Create Publisher Entity
  • Create PublisherService
  • Create PublisherController
  • Create Thymeleaf template that lists all publishers and contains a form to create a new publisher
  • Create tests to test Entity, Service, and Controller
  • Update OpenAPI doc with any modifications

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions