Skip to content

Commit

Permalink
Update README.adoc (#9)
Browse files Browse the repository at this point in the history
with task_execution must be capitalized.
  • Loading branch information
vimalJD authored Jul 9, 2024
1 parent c48abd0 commit 1670b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ And then running the commands
```
use task;
show tables; --show all tables that Spring Cloud Task created
select * from task_execution;
select * from TASK_EXECUTION;
```

You should be able to see all program runs that you executed while the MariaDB instance is running.

== Summary
Congratulations! You have completed Spring Cloud Task's high-level overview, and you were able to build, test, and launch
a Spring Cloud Task application.
a Spring Cloud Task application.

0 comments on commit 1670b19

Please sign in to comment.