Skip to content

Commit

Permalink
hotfix datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
tfer2442 committed Feb 9, 2023
1 parent 40585d8 commit 5375b05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
spring.datasource.driverClassName=org.mariadb.jdbc.Driver
#spring.datasource.url=jdbc:mariadb://navi.cibnganlxeh6.ap-northeast-2.rds.amazonaws.com:3306/navi
spring.datasource.url=jdbc:mariadb://navi.cibnganlxeh6.ap-northeast-2.rds.amazonaws.com:3306/navi
spring.datasource.username=root
#spring.datasource.password=navi1234
spring.datasource.password=navi1234
spring.mvc.hiddenmethod.filter.enabled=true

spring.jpa.hibernate.ddl-auto = create

spring.datasource.url=jdbc:mariadb://localhost:3306/navi
spring.datasource.password=root
#spring.datasource.url=jdbc:mariadb://localhost:3306/navi
#spring.datasource.password=root

0 comments on commit 5375b05

Please sign in to comment.