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
3838 JunitTests --> JunitTest4
3939 JunitTests --> JunitTest5
4040 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
4343 note right of JunitTests: If CI passes, \nmerging to main branch \nand publishing Containerised\n App to GitHub\n Container Registry
4444 }
4545 }
@@ -107,4 +107,4 @@ stateDiagram
107107User input data is stored in an Oracle (PDB) Database.
108108
109109
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