mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-12 01:11:10 +00:00
Enhance Owner List, Add Validation & Swagger UI
This commit is contained in:
parent
a4fcf04c93
commit
6b52068e80
5 changed files with 47 additions and 1 deletions
5
pom.xml
5
pom.xml
|
|
@ -114,6 +114,11 @@
|
|||
<version>${webjars-font-awesome.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springdoc</groupId>
|
||||
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
||||
<version>2.6.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue