Skip to content

Commit

Permalink
db changed
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindraj777 committed Jun 12, 2024
1 parent 3b28f67 commit f3d9bd2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
spring:
application:
name : LOGIN-APPLICATION
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/finfirms_db
username: root
password: '@77SUDHA'
jpa:
hibernate:
ddl-auto: update
database: mysql
database-platform: org.hibernate.dialect.MySQLDialect
# datasource:
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://localhost:3306/finfirms_db
# username: root
# password: '@77SUDHA'
# jpa:
# hibernate:
# ddl-auto: update
# database: mysql
# database-platform: org.hibernate.dialect.MySQLDialect

server:
port: 8090

0 comments on commit f3d9bd2

Please sign in to comment.