File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ stateDiagram
38
38
JunitTests --> JunitTest4
39
39
JunitTests --> JunitTest5
40
40
JunitTests --> JunitTest..N
41
- note left of JunitTest1 : Each test runs in \na containerized environment
42
- note left of JunitTest1 : Optionally tests can run \nwith a service container\n to test backend\n database changes
41
+ note left of JunitTests : Each test runs in \na containerized environment
42
+ note left of JunitTests : Optionally tests can run \nwith a service container\n to test backend\n database changes
43
43
note right of JunitTests: If CI passes, \nmerging to main branch \nand publishing Containerised\n App to GitHub\n Container Registry
44
44
}
45
45
}
@@ -107,4 +107,4 @@ stateDiagram
107
107
User input data is stored in an Oracle (PDB) Database.
108
108
109
109
110
- For easy demos, an H2 database (Oracle Mode) is setup by default in the ` src/main/resources/application.properties ` file.
110
+ For easy demos, an H2 database (Oracle Mode) is setup by default in the ` src/main/resources/application.properties ` file.
You can’t perform that action at this time.
0 commit comments