Skip to content

v0.7.51

Compare
Choose a tag to compare
@babyfish-ct babyfish-ct released this 05 May 14:25
· 1637 commits to main since this release

Fix issues

  1. #69

  2. #84

    // If this configuration is deleted, 
    // the default behavior is `DefaultDatabaseNamingStrategy.UPPER_CASE`
    @Bean
    public DatabaseNamingStrategy databaseNamingStrategy() {
        return DefaultDatabaseNamingStrategy.LOWER_CASE;
    }