File tree 2 files changed +3
-3
lines changed
HibernateSpringBootDtoSqlResultSetMappingAndNamedNativeQuery2
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
6
<groupId >com.jpa</groupId >
7
- <artifactId >HibernateSpringBootDtoSqlResultSetMappingAndNamedNativeQuery </artifactId >
7
+ <artifactId >HibernateSpringBootDtoSqlResultSetMappingAndNamedNativeQuery2 </artifactId >
8
8
<version >1.0</version >
9
9
<packaging >jar</packaging >
10
10
11
- <name >HibernateSpringBootDtoSqlResultSetMappingAndNamedNativeQuery </name >
11
+ <name >HibernateSpringBootDtoSqlResultSetMappingAndNamedNativeQuery2 </name >
12
12
<description >JPA project for Spring Boot</description >
13
13
14
14
<parent >
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.datasource.initialization-mode =always
11
11
spring.datasource.platform =mysql
You can’t perform that action at this time.
0 commit comments