Oleg Kornilov
Results
2
comments of
Oleg Kornilov
Solved the problem through: @EnableJpaRepositories("org.springframework.statemachine.data.jpa") @EntityScan("org.springframework.statemachine.data.jpa")
> > Solved the problem through: > > @EnableJpaRepositories("org.springframework.statemachine.data.jpa") > > @EntityScan("org.springframework.statemachine.data.jpa") > > Where put these annotations? Above the class with the main method. Next to SpringBootApplication annotation