src/main/java/com/moon/server/config/PropertiesConfig.java
@@ -3,12 +3,8 @@ import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Configuration; /** * 属性配置类 * @author WWW */ @Configuration @SuppressWarnings("AlibabaCommentsMustBeJavadocFormat") @SuppressWarnings("ALL") public class PropertiesConfig { @Value("${sys.path.download}") private String downloadPath;