[O] Optimize imports

This commit is contained in:
Azalea
2024-02-16 17:51:36 -05:00
parent 98c3f0ce5b
commit 4a9b9d57e4
101 changed files with 123 additions and 206 deletions

View File

@@ -1,7 +1,5 @@
package icu.samnyan.aqua.api.config;
import java.io.IOException;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.io.FileSystemResource;
@@ -10,6 +8,8 @@ import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
import org.springframework.web.servlet.resource.PathResourceResolver;
import java.io.IOException;
@Configuration
public class WebConfig implements WebMvcConfigurer {