|
|
|
@ -65,9 +65,9 @@ public class WebConfiguration implements WebMvcConfigurer { |
|
|
|
|
private ArrayList<String> getIncludePathPatterns() { |
|
|
|
|
ArrayList<String> list = new ArrayList<>(); |
|
|
|
|
String[] urls = |
|
|
|
|
{"/mailGatherLog/**","/excel/apply","/excel/applyForSDNY", "/ftp/download", "/scan/get/scaninfo", "/setPwd", "/resetPwd", "/invoiceDetail/info", |
|
|
|
|
{"/mailGatherLog/**","/excel/apply","/emailMaintain/**","/excel/applyForSDNY", "/ftp/download", "/scan/get/scaninfo", "/setPwd", "/resetPwd", "/invoiceDetail/info", |
|
|
|
|
"/invoiceDetail/saleInfo", "/smcy/info", "/invoiceDetail/companyPoolInvoiceDetail/**", "/pool/**"}; |
|
|
|
|
// ,"/emailMaintain/**"
|
|
|
|
|
|
|
|
|
|
Collections.addAll(list, urls); |
|
|
|
|
return list; |
|
|
|
|
} |
|
|
|
|