Agroal Spring Boot Starter 1.9
-
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value=AgroalDataSource.class)
@ConditionalOnMissingBean(value=javax.sql.DataSource.class)
@ConditionalOnProperty(name="spring.datasource.type",
havingValue="io.agroal.springframework.AgroalDataSource",
matchIfMissing=true)
public class AgroalDataSourceConfiguration
extends Object
- Author:
- Luis Barreiro
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
org.springframework.transaction.jta.JtaTransactionManager |
jtaPlatform |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Agroal Spring Boot Starter 1.9
Copyright © 2020 JBoss by Red Hat. All rights reserved.