a2488e4943
* Removed the commented code * Upgrading the Spring Doc Version * Adding the Pageable Example In order to use `Pageable`, I had to add `spring-data-jpa` dep and H2. Also, the Spring doc version was quite outdated, so an upgrade for that, too. * Adding the Pageable Example In order to use `Pageable`, I had to add `spring-data-jpa` dep and H2. Also, the Spring doc version was quite outdated, so an upgrade for that, too.
8 lines
213 B
Properties
8 lines
213 B
Properties
# custom path for swagger-ui
|
|
springdoc.swagger-ui.path=/swagger-ui-custom.html
|
|
|
|
# custom path for api docs
|
|
springdoc.api-docs.path=/api-docs
|
|
|
|
# H2 Related Configurations
|
|
spring.datasource.url=jdbc:h2:mem:springdoc |