Skip to content

Commit 969039d

Browse files
ramazansakinramazansakin
authored andcommitted
userSSL is removed not to get connection problem but it needs to be configured for production
1 parent d710e94 commit 969039d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
server.port=8080
22
spring.application.name=spring-boot-jwt-auth
33

4-
spring.datasource.url=jdbc:mysql://localhost:3306/testdb?useSSL=false
4+
spring.datasource.url=jdbc:mysql://localhost:3306/testdb
55
spring.datasource.username=root
66
spring.datasource.password=123456
77

0 commit comments

Comments
 (0)