added swagger ui and corrected the notes get api

This commit is contained in:
2026-01-03 09:46:28 +00:00
parent 0fba48b7ff
commit 801167b5db
4 changed files with 31 additions and 18 deletions

View File

@@ -51,6 +51,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>