
spring-boot
霁空
这个作者很懒,什么都没留下…
展开
-
PageRepository' that could not be found.
Description:Parameter 0 of constructor in com.jk.api.kindofA.service.CommentService required a bean of type 'com.jk.api.kindofA.respository.RevertPageRepository' that could not be found.The injec...原创 2020-02-19 13:12:22 · 880 阅读 · 0 评论 -
spring boot中MongoDB Prematurely reached end of stream的异常解决
在spring boot项目中使用了mongodb,当一段时间没有操作mongodb,下次操作mongodb时就会出现异常。异常如下:org.springframework.data.mongodb.UncategorizedMongoDbException: Prematurely reached end of stream; nested exception is com.mongodb....转载 2019-11-14 14:35:06 · 1791 阅读 · 0 评论 -
springboot的三种启动方式
1 ) run application2 ) mvn spring-boot:run3 )先编译mvn install然后执行java -jar demo-0.0.1-SNAPSHOT.jar或者原创 2019-10-07 18:06:46 · 168 阅读 · 0 评论