
spring boot
mayner
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
记一次spring boot 项目突然起不来的问题。
项目运行的好好,在一次重启,到这里起不来了:: Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.Stri原创 2020-06-12 13:29:50 · 2453 阅读 · 0 评论 -
spring boot2
来源:慕课spring boot2.0 新特性:1.编程语言:Java8,Kotlin。2. 底层框架:Spring Framwork 5.0x3.全新特性:Web Flux环境准备:装配jdk:https://java.oracle.com/装配maven:http://maven.apache.org/装配IDEA: http://www.jetbrains.c...原创 2019-01-22 15:43:47 · 215 阅读 · 0 评论 -
springboot之web进阶
内容主要有:1、@Valid 表单验证2、使用AOP处理请求3、统一异常处理4、单元测试1、@Valid 表单验证原创 2019-02-17 10:47:25 · 193 阅读 · 0 评论