Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrahnea authored Aug 30, 2021
1 parent d87b526 commit 56eac11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ spring.jpa.hibernate.ddl-auto=update
server.port=8081
server.context-path=/oms

# Database connections
#---------------------------------- Database connections ----------------------------------
#------------------------------- MySQL ----------------------------------
spring.datasource.platform=mysql
spring.datasource.url=jdbc:mysql://localhost:3306/oms
spring.datasource.username=root
spring.datasource.password=root
#spring.datasource.platform=mysql
#spring.datasource.url=jdbc:mysql://localhost:3306/oms
#spring.datasource.username=root
#spring.datasource.password=root

#------------------------------- PostgreSQL ----------------------------------
#spring.datasource.url=jdbc:postgresql://localhost:5432/oms
Expand Down

0 comments on commit 56eac11

Please # to comment.