com.github.zhengframework.shiro.ShiroConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zheng-shiro Show documentation
Show all versions of zheng-shiro Show documentation
zheng framework module: shiro support
package com.github.zhengframework.shiro;
import com.github.zhengframework.configuration.ConfigurationDefine;
import com.github.zhengframework.configuration.annotation.ConfigurationInfo;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@ConfigurationInfo(prefix = "zheng.shiro")
public class ShiroConfig implements ConfigurationDefine {
private String iniConfig = "classpath:shiro.ini";
}