jbarrez / activiti-spring-boot-webinar

13 stars 33 forks source link

Missing artifact io.spring.doge:spring-doge-photo:jar:0.0.1-SNAPSHOT #3

Open yangboz opened 10 years ago

yangboz commented 10 years ago

Also I found the Github repository: https://github.com/joshlong/spring-doge

But how?

yangboz commented 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:

org.activiti spring-boot-starter-rest-api ${activiti.version} org.activiti spring-boot-starter-integration ${activiti.version}

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?