Skip to content

Commit bdd1a2f

Browse files
committed
build: add openapi support
1 parent 1830c94 commit bdd1a2f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
<groupId>org.springframework.boot</groupId>
3939
<artifactId>spring-boot-starter-web</artifactId>
4040
</dependency>
41+
<dependency>
42+
<groupId>org.springdoc</groupId>
43+
<artifactId>springdoc-openapi-ui</artifactId>
44+
<version>1.8.0</version>
45+
</dependency>
4146

4247
<dependency>
4348
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)