File tree 7 files changed +3
-10
lines changed
demo-book-service/src/main/resources
demo-person-service/src/main/resources
demo-spring-boot-3-webflux/src/main/resources
demo-spring-boot-3-webflux-functional/src/main/resources
demo-spring-boot-3-webmvc/src/main/resources
demo-spring-data-rest/src/main/resources
demo-spring-hateoas/src/main/resources
7 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
1
springdoc :
2
2
version : ' @springdoc.version@'
3
- enable-native-support : true
4
3
swagger-ui :
5
4
use-root-path : true
Original file line number Diff line number Diff line change 1
- springdoc.version =@springdoc.version@
2
- springdoc.enable-native-support =true
1
+ springdoc.version =@springdoc.version@
Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ server:
10
10
port : 8084
11
11
springdoc :
12
12
version : ' @springdoc.version@'
13
- enable-native-support : true
14
13
swagger-ui :
15
14
use-root-path : true
Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ server:
10
10
port : 8082
11
11
springdoc :
12
12
version : ' @springdoc.version@'
13
- enable-native-support : true
14
13
swagger-ui :
15
14
use-root-path : true
Original file line number Diff line number Diff line change @@ -17,6 +17,5 @@ springdoc:
17
17
group-configs :
18
18
- group : stores
19
19
paths-to-match : /store/**
20
- enable-native-support : true
21
20
server :
22
21
port : 8081
Original file line number Diff line number Diff line change 1
1
springdoc.version =@springdoc.version@
2
- springdoc.swagger-ui.use-root-path =true
3
- springdoc.enable-native-support =true
2
+ springdoc.swagger-ui.use-root-path =true
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ server.port=8085
2
2
spring.hateoas.use-hal-as-default-json-media-type =false
3
3
springdoc.swagger-ui.operationsSorter =method
4
4
springdoc.version =@springdoc.version@
5
- springdoc.swagger-ui.use-root-path =true
6
- springdoc.enable-native-support =true
5
+ springdoc.swagger-ui.use-root-path =true
You can’t perform that action at this time.
0 commit comments