资源简介
使用SSM框架搭建APP管理平台-developer项目,外加maven
代码片段和文件信息
package cn.appsys.controller.backend;
import cn.appsys.pojo.BackendUser;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class BackendUserController {
private static Logger logger=Logger.getLogger(BackendUserController.class);
@RequestMapping(value = “/backend/login.html“)
public String login(){
System.out.println(“11111!!@@@@“);
return “backend/login“;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-11-06 16:59 ApplicationSystem\
目录 0 2018-11-06 17:00 ApplicationSystem\.git\
文件 10 2018-11-06 17:00 ApplicationSystem\.git\COMMIT_EDITMSG
文件 313 2018-10-13 08:32 ApplicationSystem\.git\config
文件 73 2018-10-13 08:30 ApplicationSystem\.git\desc
文件 108 2018-10-13 10:05 ApplicationSystem\.git\FETCH_HEAD
文件 23 2018-10-13 08:30 ApplicationSystem\.git\HEAD
目录 0 2018-10-13 08:30 ApplicationSystem\.git\hooks\
文件 478 2018-10-13 08:30 ApplicationSystem\.git\hooks\applypatch-msg.sample
文件 896 2018-10-13 08:30 ApplicationSystem\.git\hooks\commit-msg.sample
文件 3327 2018-10-13 08:30 ApplicationSystem\.git\hooks\fsmonitor-watchman.sample
文件 189 2018-10-13 08:30 ApplicationSystem\.git\hooks\post-update.sample
文件 424 2018-10-13 08:30 ApplicationSystem\.git\hooks\pre-applypatch.sample
文件 1638 2018-10-13 08:30 ApplicationSystem\.git\hooks\pre-commit.sample
文件 1348 2018-10-13 08:30 ApplicationSystem\.git\hooks\pre-push.sample
文件 4898 2018-10-13 08:30 ApplicationSystem\.git\hooks\pre-reba
文件 544 2018-10-13 08:30 ApplicationSystem\.git\hooks\pre-receive.sample
文件 1492 2018-10-13 08:30 ApplicationSystem\.git\hooks\prepare-commit-msg.sample
文件 3610 2018-10-13 08:30 ApplicationSystem\.git\hooks\update.sample
文件 73240 2018-11-06 17:00 ApplicationSystem\.git\index
目录 0 2018-10-13 08:30 ApplicationSystem\.git\info\
文件 240 2018-10-13 08:30 ApplicationSystem\.git\info\exclude
目录 0 2018-10-13 08:31 ApplicationSystem\.git\logs\
文件 784 2018-11-06 17:00 ApplicationSystem\.git\logs\HEAD
目录 0 2018-10-13 08:32 ApplicationSystem\.git\logs\refs\
目录 0 2018-10-13 08:31 ApplicationSystem\.git\logs\refs\heads\
文件 784 2018-11-06 17:00 ApplicationSystem\.git\logs\refs\heads\master
目录 0 2018-10-13 08:32 ApplicationSystem\.git\logs\refs\remotes\
目录 0 2018-10-13 08:32 ApplicationSystem\.git\logs\refs\remotes\origin\
文件 438 2018-11-06 17:02 ApplicationSystem\.git\logs\refs\remotes\origin\master
目录 0 2018-10-13 08:31 ApplicationSystem\.git\ob
............此处省略2277个文件信息
- 上一篇:git32位和64位的安装包
- 下一篇:linux C编程实战完整版pdf
评论
共有 条评论