Caused by: java.lang.ClassNotFoundException: org.springframework.boot.system.JavaVersion

时间:2021-07-10 13:22:47

Caused by: java.lang.ClassNotFoundException: org.springframework.boot.system.JavaVersion

Invalid property 'cache[period]' of bean class [org.springframework.boot.autoconfigure.web.ResourceProperties]: Bean property 'cache[period]' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of t

这是因为我在spring boot中引入了dev的热键部署引起的

Caused by: java.lang.ClassNotFoundException: org.springframework.boot.system.JavaVersion

删除此配置即可