org.zodiac.plugin.extension.resources.PropertyKey Maven / Gradle / Ivy
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";
}