| Line 48... |
Line 48... |
| 48 |
|
48 |
|
| 49 |
@Override
|
49 |
@Override
|
| 50 |
public void addInterceptors(InterceptorRegistry registry) {
|
50 |
public void addInterceptors(InterceptorRegistry registry) {
|
| 51 |
//registry.addInterceptor()
|
51 |
//registry.addInterceptor()
|
| 52 |
registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**").excludePathPatterns(
|
52 |
registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**").excludePathPatterns(
|
| 53 |
"/hdfctest/**", "/hdfc/**",
|
53 |
"/hdfctest/**", "/hdfc/**", "/spicemoney/callback",
|
| 54 |
"/login", "/login/","/forgetPassword","/forgetPassword/", "/", "/checkplans", "/12dashboard34"
|
54 |
"/login", "/login/","/forgetPassword","/forgetPassword/", "/", "/checkplans", "/12dashboard34"
|
| 55 |
);
|
55 |
);
|
| 56 |
registry.addInterceptor(roleInterceptor).excludePathPatterns(
|
56 |
registry.addInterceptor(roleInterceptor).excludePathPatterns(
|
| 57 |
"/hdfctest/**", "/hdfc/**",
|
57 |
"/hdfctest/**", "/hdfc/**", "/spicemoney/callback",
|
| 58 |
"/login", "/login/", "/register", "/register/","/forgetPassword","/forgetPassword/", "/","", "/12dashboard34");
|
58 |
"/login", "/login/", "/register", "/register/","/forgetPassword","/forgetPassword/", "/","", "/12dashboard34");
|
| 59 |
}
|
59 |
}
|
| 60 |
|
60 |
|
| 61 |
@Override
|
61 |
@Override
|
| 62 |
public void addFormatters(FormatterRegistry registry) {
|
62 |
public void addFormatters(FormatterRegistry registry) {
|