
springboot学习
先简单使用,然后了解运行流程,然后重点对象源码了解
小时候可跳了
撩妹不如撩技术呀。大兄弟!
展开
-
swagger2生成Markdown文件
maven导包<dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version></dependency><!-- swagger-ui --><dependency> <gro.原创 2020-08-27 18:04:02 · 1046 阅读 · 0 评论 -
springboot整合时使用jackson调用微服务返回对象报错
当时写pojo的时候就觉得这里是不时要加个空构造,然后抱着试试的心态没加。结果调用其他服务返回对象接收的时候jackson就提示转换错误了。记一次坑!原创 2020-05-27 21:56:29 · 265 阅读 · 0 评论 -
spring初次使用运到的定义Url但却报500错误
Circular view path [mydemo]: would dispatch back to the current handler URL [/mydemo] again. Check your ViewResolver setup!简单创建一个springboot工程pom.xml<?xml version="1.0" encoding="UTF-8"?>...转载 2020-04-22 20:46:41 · 480 阅读 · 0 评论