Skip to content

Commit

Permalink
Update made in application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit-Ashok-Swain committed Oct 29, 2023
1 parent 746d5ed commit ac35dfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spring.datasource.url=jdbc:mysql://65.0.139.158:3306/RecipeManagementSystemDB?autoReconnect=true&useSSL=false&createDatabaseIfNotExist=true
spring.datasource.url=jdbc:mysql://65.0.139.158:3306/RecipeManagementSystemDB
spring.datasource.username=amit-swain
spring.datasource.password=amit@0710
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
Expand All @@ -8,6 +8,5 @@ spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.show_sql=true
spring.jpa.properties.hibernate.use_sql_comments=true
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.javax.persistence.sharedCache.mode= DISABLE_SELECTIVE


0 comments on commit ac35dfd

Please sign in to comment.