@Configuration @ConditionalOnClass(value=javax.sql.DataSource.class) @ConditionalOnProperty(prefix="graphenee", name="modules.enabled", matchIfMissing=false) @ComponentScan(value="io.graphenee.core") public class GrapheneeCoreConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_SCAN_BASE_PACKAGE |
static String |
ENTITY_SCAN_BASE_PACKAGE |
static String |
JPA_REPOSITORIES_BASE_PACKAGE |
| Constructor and Description |
|---|
GrapheneeCoreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer |
flywayInitializer(DataSource dataSource,
org.flywaydb.core.Flyway flyway) |
public static final String COMPONENT_SCAN_BASE_PACKAGE
public static final String ENTITY_SCAN_BASE_PACKAGE
public static final String JPA_REPOSITORIES_BASE_PACKAGE
@Bean public org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer flywayInitializer(DataSource dataSource, org.flywaydb.core.Flyway flyway)
Copyright © 2019. All rights reserved.