Added SpringDoc
This commit is contained in:
parent
4351f365c9
commit
08a5c65967
@ -16,6 +16,7 @@ dependencies {
|
|||||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
||||||
|
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0'
|
||||||
|
|
||||||
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
|
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
|
||||||
|
|
||||||
|
|||||||
@ -8,3 +8,7 @@ management:
|
|||||||
metrics:
|
metrics:
|
||||||
export:
|
export:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
springdoc:
|
||||||
|
api-docs:
|
||||||
|
path: /api-docs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user