Skip to content

Commit 8aecdad

Browse files
committed
Security configuration is added
1 parent db0ab37 commit 8aecdad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ logging:
2828
server:
2929
port: 8080
3030
sessionTimeout: 30
31+
# Security configuration
32+
security:
33+
user:
34+
name: user
35+
password: user

0 commit comments

Comments
 (0)