mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
refactor: 优化部分代码格式
This commit is contained in:
@@ -66,6 +66,7 @@ import java.util.concurrent.TimeUnit;
|
||||
@EnableConfigurationProperties(SpringDocExtensionProperties.class)
|
||||
@PropertySource(value = "classpath:default-api-doc.yml", factory = GeneralPropertySourceFactory.class)
|
||||
public class SpringDocAutoConfiguration implements WebMvcConfigurer {
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(SpringDocAutoConfiguration.class);
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user