File tree Expand file tree Collapse file tree 4 files changed +0
-15
lines changed
java/com/ivanfranchin/authorbookapi/restapi/config Expand file tree Collapse file tree 4 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 29
29
<springdoc-openapi .version>2.7.0</springdoc-openapi .version>
30
30
</properties >
31
31
<dependencies >
32
- <dependency >
33
- <groupId >org.springframework.boot</groupId >
34
- <artifactId >spring-boot-starter-actuator</artifactId >
35
- </dependency >
36
32
<dependency >
37
33
<groupId >org.springframework.boot</groupId >
38
34
<artifactId >spring-boot-starter-data-jpa</artifactId >
Original file line number Diff line number Diff line change @@ -23,9 +23,4 @@ public OpenAPI customOpenAPI() {
23
23
public GroupedOpenApi customApi () {
24
24
return GroupedOpenApi .builder ().group ("api" ).pathsToMatch ("/api/**" ).build ();
25
25
}
26
-
27
- @ Bean
28
- public GroupedOpenApi actuatorApi () {
29
- return GroupedOpenApi .builder ().group ("actuator" ).pathsToMatch ("/actuator/**" ).build ();
30
- }
31
26
}
Original file line number Diff line number Diff line change @@ -41,9 +41,7 @@ management:
41
41
endpoint : http://${ZIPKIN_HOST:localhost}:${ZIPKIN_PORT:9411}/api/v2/spans
42
42
43
43
springdoc :
44
- show-actuator : true
45
44
swagger-ui :
46
- groups-order : DESC
47
45
disable-swagger-default-url : true
48
46
49
47
logging :
Original file line number Diff line number Diff line change 25
25
<url />
26
26
</scm >
27
27
<dependencies >
28
- <dependency >
29
- <groupId >org.springframework.boot</groupId >
30
- <artifactId >spring-boot-starter-actuator</artifactId >
31
- </dependency >
32
28
<dependency >
33
29
<groupId >org.springframework.boot</groupId >
34
30
<artifactId >spring-boot-starter-data-mongodb</artifactId >
You can’t perform that action at this time.
0 commit comments