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

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

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

/**
 * 配置文件key。
 */
public class PropertyKey {

    /**
     * 静态文件路径 classpath: static/ file: D://path/test
     */
    public final static String STATIC_LOCATIONS = "plugin.static.locations";

    /**
     * Thymeleaf 配置前缀
     */
    public final static String THYMELEAF_CONFIG = "plugin.thymeleaf";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy