# lagou-module1-pharase3 **Repository Path**: surand/lagou-module1-pharase3 ## Basic Information - **Project Name**: lagou-module1-pharase3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README answer1: 项目; springmvc>>>mvc 授权失败: 页面打印内容: 用户名:[lisi1]没有访问权限 http://localhost:8081/demo/show?name=lisi , 只能访问show()方法, 注解标注在方法上 页面打印内容: 让我们一起摇摆, 摇摆摇摆.... http://localhost:8081/demo/query?name=张三, 只能访问query()方法, 注解标注在方法上 页面打印内容为: 请求成功! http://localhost:8081/demo/query?name=老大, 可以访问以上两个方法, name注解标注在类上 让我们一起摇摆, 摇摆摇摆...., http://localhost:8081/demo/show?name=老大, 可以访问以上两个方法, name注解标注在类上 请求成功! answer 2: login url : localhost:8080 username: admin password: admin 其他配置信息, 详见对应项目的resources目录下, 其中包含习题2的sql文件