小编Tho*_*rim的帖子

java.lang.ClassNotFoundException: org.springframework.boot.context.properties.bind.Bindable

我的 Springboot 服务器遇到了问题。今天想启动它并遇到以下错误:

2019-02-21 10:35:33.332  INFO 10169 --- [  restartedMain] c.p.s.s.SpringbootMiddlewareApplication  : Starting SpringbootMiddlewareApplication on rp_dell.mis.local with PID 10169 (/IdeaProjects/springboot-middleware/out/production/classes started in /IdeaProjects/springboot-middleware)
2019-02-21 10:35:33.336  INFO 10169 --- [  restartedMain] c.p.s.s.SpringbootMiddlewareApplication  : No active profile set, falling back to default profiles: default
2019-02-21 10:35:33.438  INFO 10169 --- [  restartedMain] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@71a41d9e: startup date [Thu Feb 21 10:35:33 CET 2019]; root of context hierarchy
2019-02-21 10:35:34.172  WARN 10169 --- [  restartedMain] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - …
Run Code Online (Sandbox Code Playgroud)

java gradle spring-boot

9
推荐指数
1
解决办法
4万
查看次数

标签 统计

gradle ×1

java ×1

spring-boot ×1