Currently I got the main class:
package com.recweb.springboot; import org.springframework.boot.SpringApplication; im
Prefix all existing passwords with {noop} to keep the default encoder of Spring Security 5.
Example:
auth.inMemoryAuthentication() .withUser("admin").password("{noop}admin!234").roles("ADMIN");