Package cz.zcu.students.cacha.bp_server
Class BpServerApplication
- java.lang.Object
-
- cz.zcu.students.cacha.bp_server.BpServerApplication
-
@SpringBootApplication public class BpServerApplication extends Object
Start point of the program
-
-
Constructor Summary
Constructors Constructor Description BpServerApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder
bCryptPasswordEncoder()
Gets the bean of password encoderCollator
czechCollator()
Gets czech sorting collatorcom.google.zxing.qrcode.QRCodeWriter
getQRCodeWriter()
Gets bean of QRCodeWriterJwtAuthenticationFilter
jwtAuthenticationFilter()
Gets bean of JwtAuthenticationFilterstatic void
main(String[] args)
Starts the programorg.apache.tika.Tika
tika()
Gets bean of Tika
-
-
-
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
-
-