We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d710e94 commit 8bf4163Copy full SHA for 8bf4163
src/main/resources/application.properties
@@ -1,7 +1,7 @@
1
server.port=8080
2
spring.application.name=spring-boot-jwt-auth
3
4
-spring.datasource.url=jdbc:mysql://localhost:3306/testdb?useSSL=false
+spring.datasource.url=jdbc:mysql://localhost:3306/testdb
5
spring.datasource.username=root
6
spring.datasource.password=123456
7
0 commit comments