Browse Source

jfinal 3.6

James 7 years ago
parent
commit
8875dde4ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/jfinal/config/Routes.java

+ 1 - 1
src/main/java/com/jfinal/config/Routes.java

@@ -37,7 +37,7 @@ public abstract class Routes {
 	private List<Route> routeItemList = new ArrayList<Route>();
 	private List<Route> routeItemList = new ArrayList<Route>();
 	private List<Interceptor> injectInters = new ArrayList<Interceptor>();
 	private List<Interceptor> injectInters = new ArrayList<Interceptor>();
 	
 	
-	private boolean clearAfterMapping = true;
+	private boolean clearAfterMapping = false;
 	
 	
 	/**
 	/**
 	 * Implement this method to add route, add interceptor and set baseViewPath
 	 * Implement this method to add route, add interceptor and set baseViewPath