
java
weixin_42394794
这个作者很懒,什么都没留下…
展开
-
自动化部署Ideploy
1、第一次使用,要先创建应用,原创 2021-06-07 17:00:43 · 1294 阅读 · 1 评论 -
maven使用
File Setting maven 修改setting 和 prostory更新moven创建文件夹,把文件加设置类型 选中文件夹 Project Structur右上角原创 2021-06-05 22:18:27 · 109 阅读 · 0 评论 -
Swagger API 文档
http://localhost:8088/swagger-ui.html#/UserController.javaSwagger.java原创 2021-06-05 22:02:35 · 235 阅读 · 0 评论 -
Nacos
启动本地nacos转载 2021-06-05 21:52:25 · 98 阅读 · 0 评论 -
java RestTemplate
使用RestTemplate post请求的时候主要可以通过三种方式实现1、调用postForObject方法2、使用postForEntity方法 3、调用exchange方法postForObject和postForEntity方法的区别主要在于可以在postForEntity方法中设置header的属性,当需要指定header的属性值的时候,使用postForEntity方法。exchange方法和postForEntity类似,但是更灵活,exchange还可以调用get...转载 2021-06-05 21:40:55 · 936 阅读 · 0 评论