Class AuthenticationServiceApplication

java.lang.Object
callofproject.dev.authentication.AuthenticationServiceApplication
All Implemented Interfaces:
org.springframework.boot.ApplicationRunner

@EnableFeignClients @SpringBootApplication @EnableDiscoveryClient @ComponentScan(basePackages={"callofproject.dev.repository.authentication","callofproject.dev.authentication","callofproject.dev.service.jwt","callofproject.dev.nosql"}) @EnableJpaRepositories(basePackages="callofproject.dev.repository.authentication") @EnableMongoRepositories(basePackages={"callofproject.dev.repository.authentication","callofproject.dev.nosql"}) @EntityScan(basePackages={"callofproject.dev.repository.authentication","callofproject.dev.nosql"}) @EnableMethodSecurity(prePostEnabled=true, securedEnabled=true, jsr250Enabled=true) public class AuthenticationServiceApplication extends Object implements org.springframework.boot.ApplicationRunner
  • Constructor Summary

    Constructors
    Constructor
    Description
    AuthenticationServiceApplication(callofproject.dev.repository.authentication.repository.rdbms.IUserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, callofproject.dev.nosql.repository.IUserTagRepository userTagRepository, callofproject.dev.nosql.dal.MatchServiceHelper serviceHelper, callofproject.dev.repository.authentication.repository.rdbms.IUserProfileRepository userProfileRepository, KafkaProducer kafkaProducer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    void
    run(org.springframework.boot.ApplicationArguments args)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AuthenticationServiceApplication

      public AuthenticationServiceApplication(callofproject.dev.repository.authentication.repository.rdbms.IUserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, callofproject.dev.nosql.repository.IUserTagRepository userTagRepository, callofproject.dev.nosql.dal.MatchServiceHelper serviceHelper, callofproject.dev.repository.authentication.repository.rdbms.IUserProfileRepository userProfileRepository, KafkaProducer kafkaProducer)
  • Method Details

    • main

      public static void main(String[] args)
    • run

      public void run(org.springframework.boot.ApplicationArguments args) throws Exception
      Specified by:
      run in interface org.springframework.boot.ApplicationRunner
      Throws:
      Exception