You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application built with spring boot version 2.0.0-BUILD-SNAPSHOT cannot start due missing Assert.notNull(single argument) method
java.lang.NoSuchMethodError: org.springframework.util.Assert.notNull(Ljava/lang/Object;)V
at org.springframework.boot.bind.PropertiesConfigurationFactory.<init>(PropertiesConfigurationFactory.java:92) ~[spring-boot-2.0.0.BUILD-20170130.202942-338.jar:2.0.0.BUILD-SNAPSHOT]