Skip to content

Commit

Permalink
[mysql] Connect spring application to Azure MySQL Database
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh2804 committed Nov 17, 2023
1 parent 902a1d8 commit 63c1060
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Database configuration
spring.datasource.url=jdbc:mysql://localhost:3306/ZentareaDB
spring.datasource.username=root
spring.datasource.password=Rishabh#2804
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://zentarea-serv-mysql.mysql.database.azure.com:3306/zentareadb-mysql?serverTimezone=UTC&useSSL=true&requireSSL=false
spring.datasource.username=rish2804
spring.datasource.password=Javac123

# Hibernate properties
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
Expand Down

0 comments on commit 63c1060

Please sign in to comment.