Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5c9fe09

Browse files
committed
auth workflow and postgre calls work propertly
1 parent 108c135 commit 5c9fe09

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

‎application.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@
4040
<artifactId>jjwt-api</artifactId>
4141
<version>0.11.5</version>
4242
</dependency>
43+
<dependency>
44+
<groupId>io.jsonwebtoken</groupId>
45+
<artifactId>jjwt-impl</artifactId>
46+
<version>0.11.5</version>
47+
<scope>runtime</scope>
48+
</dependency>
49+
<dependency>
50+
<groupId>io.jsonwebtoken</groupId>
51+
<artifactId>jjwt-jackson</artifactId>
52+
<version>0.11.5</version>
53+
<scope>runtime</scope>
54+
</dependency>
4355
<dependency>
4456
<groupId>org.springframework.boot</groupId>
4557
<artifactId>spring-boot-starter-test</artifactId>

‎src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spring.datasource.url= jdbc:postgresql://localhost:5432/testdb
1+
spring.datasource.url= jdbc:postgresql://localhost:5432/postgres
22
spring.datasource.username= postgres
33
spring.datasource.password= password
44

@@ -9,5 +9,5 @@ spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQLDialect
99
spring.jpa.hibernate.ddl-auto= update
1010

1111
# App Properties
12-
skia.lab.jwtSecret= kydoSecretKey
12+
skia.lab.jwtSecret= KydoDevSkiaLabSecretKeyKydoDevSkiaLabSecretKeyKydoDevSkiaLabSecretKeyKydoDevSkiaLabSecretKeyKydoDevSkiaLabSecretKeyKydoDevSkiaLabSecretKeyKydoDevSkiaLabSecretKeyKydoDevSkiaLabSecretKeyKydoDevSkiaLabSecretKeyKydoDevSkiaLabSecretKeyKydoDevSkiaLabSecretKey!!!
1313
skia.lab.jwtExpirationMs= 86400000

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /