Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
* @author Mark Paluch
* @author Michael Simons
* @author Christoph Strobl
* @author Myeonghyeon Lee
* @since 1.1
*/
@Configuration(proxyBeanMethods = false)
Expand Down Expand Up @@ -133,7 +134,7 @@ public DataAccessStrategy dataAccessStrategyBean(NamedParameterJdbcOperations op
}

@Bean
Dialect dialect() {
public Dialect dialect() {
return HsqlDbDialect.INSTANCE;
}
}