We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18732d6 commit 16820b3Copy full SHA for 16820b3
spring-social/pom.xml
@@ -14,7 +14,7 @@
14
<parent>
15
<groupId>org.springframework.boot</groupId>
16
<artifactId>spring-boot-starter-parent</artifactId>
17
- <version>2.1.6.RELEASE</version>
+ <version>2.2.1.RELEASE</version>
18
<relativePath/> <!-- lookup parent from repository -->
19
</parent>
20
spring-social/src/main/resources/application.yml
@@ -1,6 +1,6 @@
1
spring:
2
datasource:
3
- url: jdbc:mysql://localhost:3306/spring_social?useSSL=false
+ url: jdbc:mysql://localhost:3306/spring_social?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
4
username: root
5
password: callicoder
6
0 commit comments