visakha
05/18/2018, 1:23 PM@ContextHierarchy(
ContextConfiguration(classes = [com.win.ecm.job.boot.config.NonWebAndActuatorConfig::class,
com.win.ecm.job.boot.config.PropHolder::class]
)
visakha
05/18/2018, 1:34 PMCaused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'io.micrometer.core.instrument.MeterRegistry' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
visakha
05/18/2018, 1:35 PMMarcelus Trojahn
05/21/2018, 6:12 PMMarcelus Trojahn
05/21/2018, 6:14 PMMarcelus Trojahn
05/21/2018, 6:16 PMMarcelus Trojahn
05/21/2018, 6:19 PMMarcelus Trojahn
05/22/2018, 12:51 PMsnowe
05/23/2018, 4:18 PMsnowe
05/23/2018, 4:19 PMsnowe
05/23/2018, 4:20 PM@MappedSuperclass
isn't successfully generating the noargs constructor for the AuditingWebhookBaseEntity
class.diesieben07
05/23/2018, 6:00 PMallOpen { annotation("javax.persistence.MappedSuperclass") }
in your build.gradle
will achieve what you need.snowe
05/23/2018, 6:54 PMdiesieben07
05/23/2018, 7:01 PMnoArg { annotation("javax.persistence.MappedSuperclass") }
of course. 🙄poohbar
05/23/2018, 7:08 PMMichael
05/23/2018, 7:10 PMMichael
05/23/2018, 7:10 PMdiesieben07
05/23/2018, 7:12 PMpoohbar
05/23/2018, 7:13 PMdiesieben07
05/23/2018, 7:13 PMsnowe
05/23/2018, 8:43 PMsnowe
05/23/2018, 8:43 PMjpa
plugin already specifies MappedSuperclass as a noarg annotationsnowe
05/23/2018, 8:44 PMsnowe
05/23/2018, 8:44 PMdata
class, and super class that is causing an issue.sdeleuze
05/25/2018, 1:08 PMziggy42
05/28/2018, 8:15 AMNo default constructor for entity
at runtime?hho
05/28/2018, 8:22 AM