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

com.jxrisesun.framework.boot.starter.logic.BootStarterLogic Maven / Gradle / Ivy

package com.jxrisesun.framework.boot.starter.logic;

import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;

public interface BootStarterLogic {

	/**
	 * 配置web资源处理器
	 * @param registry
	 */
	void configWebResourceHandlers(ResourceHandlerRegistry registry);
	
	/**
	 * 配置web拦截器
	 * @param registry
	 */
	void configWebInterceptors(InterceptorRegistry registry);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy