Answer the question
In order to leave comments, you need to log in
Spring Boot Security, how to set up Russian login?
In pom.xml add:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
spring.security.user.name=Маша
spring.security.user.password=masha
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question