rhidoyhasanmahmud / Digital-Middleware-Application

1 stars 0 forks source link

Using PostgreSQL DB? #1

Open chunyeow opened 1 year ago

chunyeow commented 1 year ago
# Data source 
spring.datasource.databaseName=MIDDLEWAREDB
spring.datasource.serverName=localhost
spring.datasource.url=jdbc:oracle:thin:@localhost:1525/MIDDLEWAREDB
spring.datasource.driverClassName=oracle.jdbc.OracleDriver
spring.datasource.username=middleware
spring.datasource.password=middleware123
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update

Is this configuration for PostgreSQL DB?

rhidoyhasanmahmud commented 1 year ago

No. This configuration is for Oracle Database.

chunyeow commented 1 year ago

So in your documentation you mentioned postgresql

rhidoyhasanmahmud commented 1 year ago

Sorry, it's my mistake.