Skip to content

Commit

Permalink
Adding propertie to disable hibernate validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mfpc committed Jan 25, 2023
1 parent e5d57e2 commit c0994f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ public enum IdentifierQuotingStrategy {
@ConfigGroup
public static class HibernateOrmConfigPersistenceValidator {


/**
* This flag enable/disable hibernate validation.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class JPAValidationDisabledTestCase {
.addClasses(MyEntity.class, JPATestValidationResource.class)
.addAsResource("application-validation-disabled.properties", "application.properties"));

//define an empty import.sql file
//define an empty import.sql file

@Test
@Transactional
Expand Down

0 comments on commit c0994f4

Please sign in to comment.