springboot
晴空恬静
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unable to start embedded container; nested exception is org.springframework.context.ApplicationConte
[ERROR] 2018-08-20 11:46:00.785 [main] org.springframework.boot.SpringApplication[reportFailure][771] - Application startup failed Disconnected from the target VM, address: '127.0.0.1:62886', transpo...原创 2018-08-20 13:01:38 · 4007 阅读 · 0 评论 -
IDEA中出现org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unrecog
IDEA中出现org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unrecogni错误解决 解决方法:原创 2019-01-14 17:47:20 · 3239 阅读 · 0 评论 -
springboot中Druid多数据源配置
1.application.properties配置如下: #数据源1 spring.jdbc.datasource.ds1.driver-class-name=com.mysql.jdbc.Driver spring.jdbc.datasource.ds1.url=jdbc:mysql://localhost:3306/test?zeroDateTimeBehavior=convertToN...原创 2019-02-28 17:16:49 · 1053 阅读 · 0 评论
分享