spring:
application:
name: jhk-webapi
profiles:
active: dev
mvc:
format:
date: yyyy-MM-dd
time: HH:mm:ss
date-time: yyyy-MM-dd HH:mm:ss
path-match:
matching-strategy: ant_path_matcher
jackson:
locale: zh_CN
time-zone: Asia/Shanghai
date-format: yyyy-MM-dd HH:mm:ss
property-naming-strategy: UPPER_CAMEL_CASE
<parent>
<groupId>org.springframework.bootgroupId>
<artifactId>spring-boot-starter-parentartifactId>
<version>3.0.5version>
parent>
<dependency>
<groupId>org.springdocgroupId>
<artifactId>springdoc-openapi-starter-webmvc-uiartifactId>
<version>2.0.4version>
dependency>
从yml点进去找到配置文件对应的实体类,然后get方法debug,发现他这里是根据这个配置直接用反射实例化的(springboot3的处理)