
springboot
随缘121
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot yml
spring: main: banner-mode: "off" application: name: headline index: 1 datasource: name: mysql-ds url: jdbc:mysql://localhost:3306/fuwo?characterEnco转载 2017-10-12 13:25:34 · 838 阅读 · 0 评论 -
springboot 异常捕获
package com.fuwo.headline.common.exception; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springf原创 2017-10-13 11:05:15 · 557 阅读 · 0 评论