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
|
||||
*/
|
||||
@Component
|
||||
@Profile("mysql")
|
||||
@Profile("!mssql")
|
||||
public class MySQLDialectProvider implements SqlDialectProvider {
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue