Package callofproject.dev.authentication
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
ConstructorsConstructorDescriptionAuthenticationServiceApplication
(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
-
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
-
run
- Specified by:
run
in interfaceorg.springframework.boot.ApplicationRunner
- Throws:
Exception
-