[spring.profiles.active:mysql] to [hippo4j.database.dialect:mysql]

pull/972/head
lixiaoshuang 3 years ago
parent 19ce95663d
commit da25ce3999

@ -31,7 +31,7 @@ import org.springframework.context.annotation.Configuration;
@Configuration @Configuration
public class MybatisPlusConfig { public class MybatisPlusConfig {
@Value("${spring.profiles.active:mysql}") @Value("${hippo4j.database.dialect:mysql}")
private String profilesActive; private String profilesActive;
@Bean @Bean

Loading…
Cancel
Save