Guest User

Untitled

a guest
Sep 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Caused by: org.hibernate.AssertionFailure: AttributeConverter class [class com.td.sba.iep.jpa.converters.ModeltoDBAttributeConverter] registered multiple times
  2.  
  3. <plugin>
  4. <groupId>org.springframework.boot</groupId>
  5. <artifactId>spring-boot-maven-plugin</artifactId>
  6. <!-- Fools the plugin into creating the code only jar instead of the runnable one -->
  7. <executions>
  8. <execution>
  9. <goals>
  10. <goal>repackage</goal>
  11. </goals>
  12. <configuration>
  13. <classifier>exec</classifier>
  14. </configuration>
  15. </execution>
  16. </executions>
  17. </plugin>
Add Comment
Please, Sign In to add comment