Caused by: javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.MappingException: Repeated column in mapping for entity: com.model.ImprovementInitiative column: investmentQualitative (should be mapped with insert="false" update="false")
Solution
column is repeated.
name of the column is "investmentQualitative "
search that column name in your Model or POJO class "ImprovementInitiative "
remove the repeated or duplicate values
In simple you are trying to create two columns with same name