Skip to content

Commit a56bdc7

Browse files
committed
Sequence Flow diagram added in README.md file
1 parent 939fc5a commit a56bdc7

33 files changed

Lines changed: 607 additions & 2 deletions

TransactionProcessing/README.md

Lines changed: 605 additions & 0 deletions
Large diffs are not rendered by default.

TransactionProcessing/target/classes/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Database Configuration
22
spring.datasource.url=jdbc:mysql://localhost:3306/transaction_db
3-
spring.datasource.username=root
4-
spring.datasource.password=root
3+
spring.datasource.username=root #Keep your username here
4+
spring.datasource.password=password #Keep your password here
55
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
66

77
# JPA Configuration
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)