Skip to content

Commit cc2ecd5

Browse files
committed
chore: clean up
1 parent 474467f commit cc2ecd5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ spring.datasource.password= 123456
55
spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.MySQL5InnoDBDialect
66
spring.jpa.hibernate.ddl-auto= update
77

8-
# App Properties
8+
# JWT Properties
99
bezkoder.app.jwtSecret= bezKoderSecretKey
1010
bezkoder.app.jwtExpirationMs= 86400000

src/test/java/com/bezkoder/springjwt/SpringBootSecurityJwtApplicationTests.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
import org.springframework.boot.test.context.SpringBootTest;
55

66
@SpringBootTest
7-
public class SpringBootSecurityJwtApplicationTests {
7+
class SpringBootSecurityJwtApplicationTests {
88

9-
@Test
10-
public void contextLoads() {
11-
}
9+
@Test
10+
void contextLoads() {
11+
}
1212

1313
}

0 commit comments

Comments
 (0)