Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
whh1009 committed Apr 26, 2016
1 parent af7e9b1 commit b72964e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cw/src/com/wuzhou/config/WZConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import com.jfinal.plugin.activerecord.ActiveRecordPlugin;
import com.jfinal.render.ViewType;
import com.mysql.jdbc.jdbc2.optional.MysqlDataSource;
import com.wuzhou.controller.ExcelImportController;
import com.wuzhou.controller.IndexController;
import com.wuzhou.controller.UserController;
import com.wuzhou.handler.WZHandler;
Expand All @@ -34,6 +35,7 @@ public void configConstant(Constants me) {
@Override
public void configRoute(Routes me) {
me.add("/", IndexController.class);
me.add("/import", ExcelImportController.class);
me.add("/user", UserController.class);
}

Expand Down

0 comments on commit b72964e

Please sign in to comment.