Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Solved issue Application finished with exit code: 1 shopizer-ecommerce#917
  • Loading branch information
AnkitaGhosh2000 authored Jan 25, 2024
1 parent cf78ca1 commit 49ad01e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions sm-shop/src/main/resources/database.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
db.jdbcUrl=jdbc:mysql://localhost:3306/salesmanager?#autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
db.user=root
db.password=root
db.driverClass=com.mysql.cj.jdbc.Driver
hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
#spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
db.preferredTestQuery=SELECT 1


db.show.sql=true;
db.schema=SALESMANAGER
hibernate.hbm2ddl.auto=update


##
#configuration connection pool
##
db.initialPoolSize=4
db.minPoolSize=4
db.maxPoolSize=4

0 comments on commit 49ad01e

Please sign in to comment.