Class GoodAndCheapApplication

java.lang.Object
org.eco.mubisoft.good_and_cheap.GoodAndCheapApplication

@SpringBootApplication
public class GoodAndCheapApplication
extends java.lang.Object

Good and Cheap Application

The main launch class for the application.

  • Constructor Summary

    Constructors
    Constructor Description
    GoodAndCheapApplication()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Main starting function.
    (package private) org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder passwordEncoder()
    Get a password encoder.

    Methods inherited from class java.lang.Object

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

    • GoodAndCheapApplication

      public GoodAndCheapApplication()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
      Main starting function.
      Parameters:
      args - Arguments passed before execution.
    • passwordEncoder

      @Bean org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder passwordEncoder()
      Get a password encoder.
      Returns:
      A BCryptPasswordEncoder.