Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c9c9cb8

Browse files
rename package
1 parent 48ddbd5 commit c9c9cb8

32 files changed

+1855
-1855
lines changed

‎pom.xml‎

Lines changed: 208 additions & 208 deletions
Large diffs are not rendered by default.
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
package cn.com.ttblog.jfinal_bootstrap_table.config;
2-
3-
import cn.com.ttblog.jfinal_bootstrap_table.controller.CacheController;
4-
import cn.com.ttblog.jfinal_bootstrap_table.controller.UserController;
5-
6-
import com.jfinal.config.Routes;
7-
8-
/**
9-
* 后端路由规则
10-
* @author champ
11-
*/
12-
public class AdminRoutes extends Routes {
13-
14-
@Override
15-
public void config() {
16-
add("/user",UserController.class,"/");
17-
add("/cache",CacheController.class,"/");
18-
}
19-
20-
}
1+
package cn.netbuffer.jfinal_bootstrap_table.config;
2+
3+
import cn.netbuffer.jfinal_bootstrap_table.controller.CacheController;
4+
import cn.netbuffer.jfinal_bootstrap_table.controller.UserController;
5+
6+
import com.jfinal.config.Routes;
7+
8+
/**
9+
* 后端路由规则
10+
* @author champ
11+
*/
12+
public class AdminRoutes extends Routes {
13+
14+
@Override
15+
public void config() {
16+
add("/user",UserController.class,"/");
17+
add("/cache",CacheController.class,"/");
18+
}
19+
20+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /