Class Main
java.lang.Object
it.tidalwave.datamanager.application.nogui.Main
@SpringBootApplication(scanBasePackages="it.tidalwave.datamanager")
@ComponentScan({"it.tidalwave.datamanager","it.tidalwave.util.spring.jpa"})
@EnableJpaRepositories(basePackageClasses=it.tidalwave.datamanager.dao.impl.jpa.JpaDataManagerDao.class)
@EntityScan("it.tidalwave.datamanager.dao")
public class Main
extends Object
The main for the command line (no gui) version of the application.
- Author:
- Fabrizio Giudici
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionit.tidalwave.role.spring.spi.AnnotationSpringSystemRoleFactory
Enables the DCI role annotation scanner.static void
Primary entry point.it.tidalwave.util.PreferencesHandler
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
Primary entry point. -
annotationSpringSystemRoleFactory
@Bean public it.tidalwave.role.spring.spi.AnnotationSpringSystemRoleFactory annotationSpringSystemRoleFactory()Enables the DCI role annotation scanner. -
preferencesHandler
@Bean public it.tidalwave.util.PreferencesHandler preferencesHandler()
-