JPA 엔티티 클래스 엔티티를 저장하는 동안 : @Entity(name="job_configuration")
public class JobConfiguration extends AbstractEntity {
String name;
@Lob
String value;
@ManyToOne
@JoinColumn(n
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'excursionDynamicJpaRepository': Invocation of init method failed; nested exception is java.lang.TypeNotPresentEx