For better security, please change the default password in application.properties by editing the line
spring.security.user.password={noop}admin
Replace admin with another password and restart the application.
You can also change the username (currently admin) in the same file.
Additionally, in this version the password is in plain text so anyone with access to your computer can see it.