@Configuration
@EnableAutoConfiguration(exclude={org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.class,org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.class})
public class HsqlServerApplication
extends java.lang.Object
HSQLServerBean
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HSQLDBSERVER_PROFILE |
Constructor and Description |
---|
HsqlServerApplication() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer |
batchDatabaseInitializer() |
static void |
main(java.lang.String[] args) |
void |
run(java.lang.String... args) |
public static final java.lang.String HSQLDBSERVER_PROFILE