nested exception is java.lang.IllegalArgumentException: Not a managed type: class
Spring is not aware of your entity. You need to denote MySpringBootApplication
class with @EntityScan("your.entities.package")
Spring is not aware of your entity. You need to denote MySpringBootApplication
class with @EntityScan("your.entities.package")