Skip to content
Advertisement

GenerationTarget encountered exception accepting Error executing DDL

I am trying to create create a table using jpa entity in SQL Server but when i run the application I am receiving error in creating the table by hibernate. I saw some other solutions as well but they were for mysql as the problem was with the hibernate dialect. I tried different dialect but none of them worked.

Entity Class

JavaScript

application properties

JavaScript

Error Log

JavaScript

Advertisement

Answer

I was able to resolve my problem by adding

JavaScript

to my application.properties file

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement