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

com.github.taccisum.shiro.web.autoconfigure.session.ShiroAnnotationProcessorAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.github.taccisum.shiro.web.autoconfigure.session;

import com.github.taccisum.shiro.web.autoconfigure.AbstractShiroAnnotationProcessorAutoConfiguration;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.Configuration;

/**
 * @author tac - [email protected]
 * @since 2018/9/3
 */
@SuppressWarnings("SpringFacetCodeInspection")
@Configuration
@ConditionalOnProperty(name = "shiro.web.mode", havingValue = "SESSION", matchIfMissing = true)
public class ShiroAnnotationProcessorAutoConfiguration extends AbstractShiroAnnotationProcessorAutoConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy