- 后端:整理 pom 文件
This commit is contained in:
@@ -9,6 +9,6 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
|
||||
@EnableTransactionManagement(proxyTargetClass = true) // 启动事务管理。为什么使用 proxyTargetClass 参数,参见 https://blog.csdn.net/huang_550/article/details/76492600
|
||||
public class DatabaseConfiguration {
|
||||
|
||||
// 数据源,使用 HikariCP
|
||||
// 数据源,使用 Druid
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user