增加页面过滤器,提高系统安全性

This commit is contained in:
季圣华
2019-03-03 13:28:21 +08:00
parent 96d8fb05d3
commit 31e8756b8b
3 changed files with 94 additions and 1 deletions

View File

@@ -5,12 +5,14 @@ import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration;
import org.springframework.boot.web.servlet.ServletComponentScan;
import org.springframework.context.annotation.Bean;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.web.servlet.DispatcherServlet;
@SpringBootApplication
@MapperScan(basePackages = {"com.jsh.erp.datasource.mappers"})
@ServletComponentScan
@EnableScheduling
public class ErpApplication{
public static void main(String[] args) {