style: 替换项目内所有ruoyi转为wfc
This commit is contained in:
@@ -17,7 +17,7 @@ import io.swagger.v3.oas.models.servers.Server;
|
||||
/**
|
||||
* Swagger 文档配置
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
@EnableConfigurationProperties(SpringDocProperties.class)
|
||||
@ConditionalOnProperty(name = "springdoc.api-docs.enabled", havingValue = "true", matchIfMissing = true)
|
||||
|
||||
@@ -8,7 +8,7 @@ import io.swagger.v3.oas.models.info.License;
|
||||
/**
|
||||
* Swagger 配置属性
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
@ConfigurationProperties(prefix = "springdoc")
|
||||
public class SpringDocProperties
|
||||
|
||||
Reference in New Issue
Block a user