Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ app.greeting=Hello
javax.sql.DataSource.customer.connectionFactoryClassName = oracle.jdbc.pool.OracleDataSource
javax.sql.DataSource.customer.URL = jdbc:oracle:thin:@//localhost:1521/freepdb1
javax.sql.DataSource.customer.user = customer
javax.sql.DataSource.customer.password = Welcome12345
javax.sql.DataSource.customer.password = Welcome12345

# Enable Table Creation
hibernate.hbm2ddl.auto=create
hibernate.show_sql=true
hibernate.format_sql=true