You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
357 B
13 lines
357 B
spring.application.name=web
|
|
|
|
# 文档基本信息
|
|
springdoc.info.title=用户管理 API
|
|
springdoc.info.version=1.0.0
|
|
springdoc.info.description=基于 Spring Boot 3.x 的 RESTful 接口文档
|
|
|
|
# 自定义 Swagger UI 路径
|
|
springdoc.swagger-ui.path=/swagger-ui
|
|
springdoc.api-docs.path=/api-docs
|
|
|
|
# 指定扫描的包
|
|
springdoc.packagesToScan=com.example.web |