Skip to content

Commit 8bf4163

Browse files
author
ramazansakin
committed
userSSL is removed not to get connection problem but it needs to be configured for production
1 parent d710e94 commit 8bf4163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

+1-1
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)