Class HbciServerApplication


  • @EnableScheduling
    @SpringBootApplication
    @EnableConfigurationProperties
    @EntityScan(basePackages="de.adorsys.opba.protocol.sandbox.hbci.domain")
    @EnableJpaRepositories(basePackages="de.adorsys.opba.protocol.sandbox.hbci.repository")
    public class HbciServerApplication
    extends Object
    • Constructor Detail

      • HbciServerApplication

        public HbciServerApplication()
    • Method Detail

      • main

        public static void main​(String[] args)