mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
(improvement)(Chat) Fix start failed and integration tests failed (#1039)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -13,6 +13,7 @@ import javax.sql.DataSource;
|
||||
public class DataBaseConfig {
|
||||
|
||||
@Bean("h2")
|
||||
@Primary
|
||||
@ConfigurationProperties("spring.datasource")
|
||||
public DataSource dataSource() {
|
||||
return new DruidDataSource();
|
||||
|
||||
Reference in New Issue
Block a user