la-team / lightadmin-springboot

LightAdmin and Spring Boot integration example
http://lightadmin.org
Apache License 2.0
58 stars 35 forks source link

does it work with spring-boot 1.5.9.RELEASE #11

Open rfanjul opened 6 years ago

rfanjul commented 6 years ago

I could not make it work, and I have seen that the last commit in this project has more than a year.

Is this project is still under maintenance ?

naXa777 commented 6 years ago

I added compile('org.jadira.usertype:usertype.core:5.0.0.GA') to dependencies in order to resolve Hibernate compatibility problems and now I'm stuck at this exception

[WARN] org.springframework.boot.autoconfigure.thymeleaf.AbstractTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
[WARN] org.springframework.web.context.support.AnnotationConfigWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [org.lightadmin.core.config.context.LightAdminContextConfiguration]; nested exception is java.lang.IllegalStateException: Failed to introspect annotated methods on class org.lightadmin.core.config.context.LightAdminRepositoryRestMvcConfiguration
[ERROR] org.springframework.web.servlet.DispatcherServlet - Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [org.lightadmin.core.config.context.LightAdminContextConfiguration]; nested exception is java.lang.IllegalStateException: Failed to introspect annotated methods on class org.lightadmin.core.config.context.LightAdminRepositoryRestMvcConfiguration
    at org.springframework.context.annotation.ConfigurationClassParser.processImports(ConfigurationClassParser.java:616)