Currently I got the main class:
package com.recweb.springboot; import org.springframework.boot.SpringApplication; im
Use NoOpPasswordEncoder for inMemoryAuthentication
NoOpPasswordEncoder
inMemoryAuthentication
auth.inMemoryAuthentication() .withUser("user") .password("{noop}password") .roles("USER")