diff options
| author | realtradam <[email protected]> | 2024-07-13 01:25:09 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-07-13 01:25:09 -0400 |
| commit | ff63bacc647a20c59ce642a4d6b647c3a4290418 (patch) | |
| tree | b98142b05a573915359a1eee62b6a45825e27d4e /src/main/resources/application.properties | |
| parent | 3ea4cd2f9b3808ef645092816d888de406580e6d (diff) | |
| download | spring-blog-ff63bacc647a20c59ce642a4d6b647c3a4290418.tar.gz spring-blog-ff63bacc647a20c59ce642a4d6b647c3a4290418.zip | |
set up proper login
Diffstat (limited to 'src/main/resources/application.properties')
| -rw-r--r-- | src/main/resources/application.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8cc70a2..102e2c2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,4 +6,5 @@ spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true -sprint.security.user.password=test +spring.security.user.name=zxcv +spring.security.user.password=zxcv |
