Skip to content

Commit ace6e20

Browse files
Merge branch 'master' of https://github.com/niravjdn/SDM-Project
2 parents 014de6d + ac34b5d commit ace6e20

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515

1616
## Team Leader For All Iterations
1717
Iteration 1 - Nirav Patel
18+
1819
Iteration 2 - Nirav Patel
20+
1921
Iteration 3 - Nirav Patel
22+
2023
Iteration 4 - Nirav Patel
2124

2225

@@ -47,16 +50,7 @@
4750

4851
### How to set up DB
4952

50-
if you don't want to connect mysql db, create db with above configuration and When you run your application it will create table and row data automatically.
51-
52-
if you want to use embeded db, then comment this lines in application.properties
53-
54-
```
55-
spring.datasource.url = jdbc:mysql://127.0.0.1:3306/zadmin_sdm?useSSL=true&characterEncoding=utf8&sessionVariables=storage_engine=InnoDB
56-
spring.datasource.username = root
57-
```
58-
59-
and uncomment this string
53+
Just set up this properties in application.properties with valid db profile.
6054

6155
```
6256
spring.datasource.url=jdbc:h2:mem:testdb
@@ -66,4 +60,4 @@ spring.datasource.password=
6660
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
6761
```
6862

69-
**don't push change in application.properties to github unless it is really necessary.**
63+
**don't push change in application.properties to github unless it is really necessary.**

0 commit comments

Comments
 (0)