File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
- [ DZone Part1] ( https://dzone.com/articles/openapi-3-documentation-with-spring-boot )
4
4
- [ DZone Part2] ( https://dzone.com/articles/doing-more-with-springdoc-openapi )
5
+
6
+
7
+ ### Building native image with GraalVM
8
+
9
+ To create a ` native image ` , Run the following command
10
+
11
+ ``` sh
12
+ mvn -Pnative clean native:compile
13
+ ```
Original file line number Diff line number Diff line change 21
21
<groupId >org.springdoc</groupId >
22
22
<artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
23
23
</dependency >
24
+ <dependency >
25
+ <groupId >org.springframework.boot</groupId >
26
+ <artifactId >spring-boot-starter-validation</artifactId >
27
+ </dependency >
24
28
<dependency >
25
29
<groupId >org.javamoney.moneta</groupId >
26
30
<artifactId >moneta-core</artifactId >
Original file line number Diff line number Diff line change 1
1
springdoc.version =@springdoc.version@
2
- springdoc.api-docs.version =openapi_3_1
3
- server.forward-headers-strategy =framework
2
+ springdoc.swagger-ui.use-root-path =true
3
+ server.forward-headers-strategy =framework
You can’t perform that action at this time.
0 commit comments