File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.1.4 .RELEASE</version >
17
+ <version >2.2.2 .RELEASE</version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
21
21
<properties >
22
22
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23
23
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
24
- <java .version>1.8 </java .version>
24
+ <java .version>12 </java .version>
25
25
<maven .compiler.source>12</maven .compiler.source>
26
26
<maven .compiler.target>12</maven .compiler.target>
27
27
</properties >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ spring.datasource.password=root
5
5
spring.jpa.hibernate.ddl-auto =create
6
6
spring.jpa.show-sql =true
7
7
8
- spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.MySQL5Dialect
8
+ spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.MySQL8Dialect
9
9
10
10
spring.jpa.open-in-view =false
11
11
You can’t perform that action at this time.
0 commit comments