All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zodiac.plugin.extension.resources.StaticResourceConfig Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.plugin.extension.resources;

import java.util.Set;

/**
 * 插件静态资源的配置 建议从配置文件中进行配置: plugin: static: locations: - classpath: static/ - file: D://path/test
 */
@Deprecated
public interface StaticResourceConfig {

    /**
     * 静态文件路径 classpath: static/ file: D://path/test
     * 
     * @return 路径集合
     */
    Set locations();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy