Skip to content

Commit f1e8c8e

Browse files
Update application.properties
1 parent b9cd928 commit f1e8c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HibernateSpringBootBatchInsertsJpaRepository/src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spring.datasource.url=jdbc:mysql://localhost:3306/db_users?rewriteBatchedStatements=true
1+
spring.datasource.url=jdbc:mysql://localhost:3306/db_users?cachePrepStmts=true&useServerPrepStmts=true&rewriteBatchedStatements=true&createDatabaseIfNotExist=true
22
spring.datasource.username=root
33
spring.datasource.password=root
44

0 commit comments

Comments
 (0)