springboot
007在学算法
拒绝低效率勤奋,保持高效思考
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot 增加prometeus监控
pom.xml 这两个dep添加一下 <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-prometheus</artifactId> </dependency> <dependency> <.原创 2021-08-10 17:35:52 · 130 阅读 · 0 评论 -
jmeter 压测
jmeterhttps://www.cnblogs.com/TankXiao/p/4059378.html原创 2020-10-16 18:34:32 · 126 阅读 · 0 评论 -
Springboot 请求数据
请求方式get用RequestMapping@RequestMapping("/hello") // 默认为get方式,或者可以写成@RequestMapping(value="/hello", method.RequestMethod.GET)public String say() { return "hello";}用GetMapping@GetMapping("/h...原创 2019-07-03 08:49:05 · 230 阅读 · 0 评论
分享