- add AuthenticationController - add AuthenticationService - add getUserByUsername to AccountService - add findByUsername to AccountRepository - add SecurityConfiguration - set up authentication
9 lines
157 B
YAML
9 lines
157 B
YAML
jwt:
|
|
private-key: cert/valid-private-key.pem
|
|
|
|
spring:
|
|
r2dbc:
|
|
url: r2dbc:postgresql://placeholder
|
|
username: placeholder
|
|
password: placeholder
|