File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
jpa-composite-primary-key-demo
jpa-element-collection-demo Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >2.0.0 .RELEASE</version >
17
+ <version >2.2.1 .RELEASE</version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
Original file line number Diff line number Diff line change 1
1
# DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
- spring.datasource.url =jdbc:mysql://localhost:3306/jpa_composite_pk_demo?useSSL=false
2
+ spring.datasource.url =jdbc:mysql://localhost:3306/jpa_composite_pk_demo?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
3
3
spring.datasource.username =root
4
4
spring.datasource.password =callicoder
5
5
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >2.0.0 .RELEASE</version >
17
+ <version >2.2.1 .RELEASE</version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
Original file line number Diff line number Diff line change 1
1
# DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
- spring.datasource.url =jdbc:mysql://localhost:3306/jpa_element_collection_demo?useSSL=false
2
+ spring.datasource.url =jdbc:mysql://localhost:3306/jpa_element_collection_demo?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
3
3
spring.datasource.username =root
4
4
spring.datasource.password =callicoder
5
5
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >2.0.0 .RELEASE</version >
17
+ <version >2.2.1 .RELEASE</version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
Original file line number Diff line number Diff line change 1
1
# DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
- spring.datasource.url =jdbc:mysql://localhost:3306/jpa_embeddable_demo?useSSL=false
2
+ spring.datasource.url =jdbc:mysql://localhost:3306/jpa_embeddable_demo?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
3
3
spring.datasource.username =root
4
4
spring.datasource.password =callicoder
5
5
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >2.0.0 .RELEASE</version >
17
+ <version >2.2.1 .RELEASE</version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
Original file line number Diff line number Diff line change 1
1
# DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
- spring.datasource.url =jdbc:mysql://localhost:3306/jpa_many_to_many_demo?useSSL=false
2
+ spring.datasource.url =jdbc:mysql://localhost:3306/jpa_many_to_many_demo?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
3
3
spring.datasource.username =root
4
4
spring.datasource.password =callicoder
5
5
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >2.0.0 .RELEASE</version >
17
+ <version >2.2.1 .RELEASE</version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
Original file line number Diff line number Diff line change 1
1
# DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
- spring.datasource.url =jdbc:mysql://localhost:3306/jpa_one_to_many_demo?useSSL=false
2
+ spring.datasource.url =jdbc:mysql://localhost:3306/jpa_one_to_many_demo?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
3
3
spring.datasource.username =root
4
4
spring.datasource.password =callicoder
5
5
You can’t perform that action at this time.
0 commit comments