Forum Replies Created

Viewing post 1 (of 2 total)

  • Reply To: Disable DDL Schema Checking

    Well, the quick and dirty solution is to use -DskipTests, or to disable schema validation by setting spring.jpa.hibernate.ddl-auto to none and then exclude offending tests in the maven-surefire-plugin configuration.

    That being said, you should definitely configure your integration...

    • This reply was modified 4 years, 4 months ago by Alton_96.

Viewing post 1 (of 2 total)