package will.tools.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping(value = "/will")
public class testController {
@GetMapping("/hello")
public String test1(String name) {
return "hello " + name;
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
spring 框架 demo
共23个文件
xml:6个
java:4个
class:4个
需积分: 0 2 下载量 20 浏览量
2023-11-08
16:03:52
上传
评论
收藏 72KB ZIP 举报
温馨提示
启动后 在浏览器中输入 http://localhost:8888/will/hello 测试,也可使用postman测试 端口配置在 application.properties中 server.port = 8888 Java jdk1.8 spring 2.7.17 添加 spring-boot-starter-web 依赖
资源推荐
资源详情
资源评论
收起资源包目录
tools.zip (23个子文件)
tools
HELP.md 431B
mvnw.cmd 7KB
pom.xml 2KB
src
test
java
will
tools
ToolsApplicationTests.java 201B
main
resources
application.properties 18B
java
will
tools
controller
testController.java 418B
ToolsApplication.java 301B
util
test.java 339B
.mvn
wrapper
maven-wrapper.properties 1019B
maven-wrapper.jar 59KB
.idea
jarRepositories.xml 1KB
workspace.xml 5KB
misc.xml 430B
compiler.xml 707B
.gitignore 50B
encodings.xml 191B
target
classes
application.properties 18B
will
tools
ToolsApplication.class 724B
controller
testController.class 931B
util
test.class 571B
test-classes
will
tools
ToolsApplicationTests.class 522B
generated-test-sources
test-annotations
generated-sources
annotations
mvnw 10KB
.gitignore 395B
共 23 条
- 1
资源评论
祺稷
- 粉丝: 136
- 资源: 22
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 【java毕业设计】篮球论坛系统源码(springboot+vue+mysql+说明文档+LW).zip
- 【java毕业设计】篮球竞赛预约平台源码(springboot+vue+mysql+说明文档+LW+LW).zip
- 文件上传下载(源码)-kaic.zip
- 【java毕业设计】垃圾分类网站源码(springboot+vue+mysql+说明文档+LW).zip
- robo3t-1.4.4 Windows版本
- 【java毕业设计】口腔管家平台源码(springboot+vue+mysql+说明文档+LW).zip
- 基于PHP和Bootstrap的实现学籍/学生信息管理系统+项目源码+文档说明
- jasperreports7.0.1版本的项目库及原厂demo
- 【java毕业设计】考研资讯平台源码(springboot+vue+mysql+说明文档+LW).zip
- 【java毕业设计】就业信息管理系统源码(springboot+vue+mysql+说明文档+LW).zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功