Class BpServerApplication


  • @SpringBootApplication
    public class BpServerApplication
    extends Object
    Start point of the program
    • Constructor Detail

      • BpServerApplication

        public BpServerApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
        Starts the program
        Parameters:
        args - cmd arguments
      • bCryptPasswordEncoder

        @Bean
        public org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder bCryptPasswordEncoder()
        Gets the bean of password encoder
        Returns:
        bean of password encoder
      • jwtAuthenticationFilter

        @Bean
        public JwtAuthenticationFilter jwtAuthenticationFilter()
        Gets bean of JwtAuthenticationFilter
        Returns:
        bean of JwtAuthenticationFilter
      • tika

        @Bean
        public org.apache.tika.Tika tika()
        Gets bean of Tika
        Returns:
        bean of Tika
      • getQRCodeWriter

        @Bean
        public com.google.zxing.qrcode.QRCodeWriter getQRCodeWriter()
        Gets bean of QRCodeWriter
        Returns:
        bean of QRCodeWriter
      • czechCollator

        @Bean
        public Collator czechCollator()
        Gets czech sorting collator
        Returns:
        czech sorting collator