Open yangboz opened 10 years ago
Then I pull the https://github.com/joshlong/spring-doge/ ,mvn pacage, install , the dependency resolved.
But following another issue about:
" Caused by: java.lang.ClassNotFoundException: org.activiti.rest.common.application.ContentTypeResolver "
Then I found and added the dependency about:
Again, throws up another error as following: " Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed; nested exception is java.lang.IllegalStateException: @Order on WebSecurityConfigurers must be unique. Order of 100 was already used, so it cannot be used on org.activiti.spring.boot.RestApiAutoConfiguration$SecurityConfiguration$$EnhancerBySpringCGLIB$$a89d9444@11d245e3 too. " Any idea?
Also I found the Github repository: https://github.com/joshlong/spring-doge
But how?