File tree Expand file tree Collapse file tree
Chapter 10 Spring DataJPA
DataJPA 02-PagingAndSortingRepository/src/main/resources
DataJPA 03-JpaRepositor/src/main/resources
DataJPA 04-CustomQueryApp/src/main/resources
DataJPA 09-BLOBCLOBAPP/src/main/resources
DataJPA 10-@QueryMethods_App/src/main/resources
DataJPA 11-MongoDB-CrudApp/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ spring.datasource.username = root
55spring.datasource.password = root@123
66
77# JPA -hibernate properties
8- spring.jpa.hibernate.ddl-auto = update
9- spring.jpa.show-sql = true
10- spring.jpa.properties.hibernate.format_sql = true
11- spring.jpa.database-platform = org.hibernate.dialect.MySQL8Dialect
8+ spring.jpa.hibernate.ddl-auto = update
9+ spring.jpa.show-sql = true
10+ spring.jpa.properties.hibernate.format_sql = true
11+ spring.jpa.database-platform = org.hibernate.dialect.MySQL8Dialect
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ spring.datasource.username = root
55spring.datasource.password = root@123
66
77# JPA -hibernate properties
8- spring.jpa.hibernate.ddl-auto =update
9- spring.jpa.show-sql = true
10- spring.jpa.properties.hibernate.format_sql =true
11- spring.jpa.database-platform =org.hibernate.dialect.MySQL8Dialect
12- spring.jpa.properties.hibernate.enable_lazy_load_no_trans =true
8+ spring.jpa.hibernate.ddl-auto = update
9+ spring.jpa.show-sql = true
10+ spring.jpa.properties.hibernate.format_sql = true
11+ spring.jpa.database-platform = org.hibernate.dialect.MySQL8Dialect
Original file line number Diff line number Diff line change @@ -5,11 +5,7 @@ spring.datasource.username = root
55spring.datasource.password = root@123
66
77# JPA -hibernate properties
8- spring.jpa.hibernate.ddl-auto =update
9- spring.jpa.show-sql =true
10- spring.jpa.properties.hibernate.format_sql =true
11- spring.jpa.database-platform =org.hibernate.dialect.MySQL8Dialect
12- spring.jpa.properties.hibernate.enable_lazy_load_no_trans =true
13-
14-
15-
8+ spring.jpa.hibernate.ddl-auto = update
9+ spring.jpa.show-sql = true
10+ spring.jpa.properties.hibernate.format_sql = true
11+ spring.jpa.database-platform = org.hibernate.dialect.MySQL8Dialect
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ spring.datasource.username = root
55spring.datasource.password = root@123
66
77# JPA -hibernate properties
8- spring.jpa.hibernate.ddl-auto = update
9- spring.jpa.show-sql = true
10- spring.jpa.properties.hibernate.format_sql = true
11- spring.jpa.database-platform = org.hibernate.dialect.MySQL8Dialect
8+ spring.jpa.hibernate.ddl-auto = update
9+ spring.jpa.show-sql = true
10+ spring.jpa.properties.hibernate.format_sql = true
11+ spring.jpa.database-platform = org.hibernate.dialect.MySQL8Dialect
Original file line number Diff line number Diff line change @@ -5,11 +5,7 @@ spring.datasource.username = root
55spring.datasource.password = root@123
66
77# JPA -hibernate properties
8- spring.jpa.hibernate.ddl-auto =update
9- spring.jpa.show-sql =true
10- spring.jpa.properties.hibernate.format_sql =true
11- spring.jpa.database-platform =org.hibernate.dialect.MySQL8Dialect
12- spring.jpa.properties.hibernate.enable_lazy_load_no_trans =true
13-
14-
15-
8+ spring.jpa.hibernate.ddl-auto = update
9+ spring.jpa.show-sql = true
10+ spring.jpa.properties.hibernate.format_sql = true
11+ spring.jpa.database-platform = org.hibernate.dialect.MySQL8Dialect
Original file line number Diff line number Diff line change 1- spring.data.mongodb.database = fsDB
2- spring.data.mongodb.port = 27017
3- spring.data.mongodb.host = localhost
1+ spring.data.mongodb.database = fsDB
2+ spring.data.mongodb.port = 27017
3+ spring.data.mongodb.host = localhost
You can’t perform that action at this time.
0 commit comments