using "!mssql" instead of "mysql" for MySQLDialectProvider so that if no database profile is set, the MySQLDialectProvider is used.
This commit is contained in:
parent
ae83b0845c
commit
f86e2fb1d8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ import java.util.stream.Collectors;
|
||||||
* @since 1.0
|
* @since 1.0
|
||||||
*/
|
*/
|
||||||
@Component
|
@Component
|
||||||
@Profile("mysql")
|
@Profile("!mssql")
|
||||||
public class MySQLDialectProvider implements SqlDialectProvider {
|
public class MySQLDialectProvider implements SqlDialectProvider {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue