la-team / light-admin

[PoC] Pluggable CRUD UI library for Java web applications
http://lightadmin.org
Apache License 2.0
664 stars 254 forks source link

Support spring boot 1.3.0 #243

Open beihaifeiwu opened 8 years ago

beihaifeiwu commented 8 years ago

image

beihaifeiwu commented 8 years ago

I think that RepositoryInvokerFactory has been moved to another package, please update the dependency

boonen commented 8 years ago

It has been moved to org.springframework.data.repository.support.

arcadius commented 8 years ago

Seems there have been many changes in boot 1.3 that brake lightAdmin :-(

karltms commented 8 years ago

Running into this exception too, using Spring Boot 1.3.2. Am I right in thinking this pull request might fix this problem? https://github.com/la-team/light-admin/pull/256