Skip to content

Commit

Permalink
update documentation to h2 version 2.1.210
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed May 22, 2022
1 parent 4d4a1fe commit e3efe70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions showcase-quarkus-eventsourcing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Getting started with H2 database
* Clone or download this repository.
* Open a terminal/command window.
* Locate the h2 jar in your maven repository, e.g.: `repository/com/h2database/h2/1.4.197/`
* Start the h2 database server using: `java -cp h2-1.4.197.jar org.h2.tools.Server -tcp -tcpAllowOthers -ifNotExists`
* Locate the h2 jar in your maven repository, e.g.: `repository/com/h2database/h2/2.1.210/`
* Start the h2 database server using: `java -cp h2-2.1.210.jar org.h2.tools.Server -tcp -tcpAllowOthers -ifNotExists`
* Without the h2 command argument `-tcp` the web console will be opened in the browser. Since the application uses the default user it won't work properly when the same user is logged in on the web console.
* Open another terminal/command window. Don't close the one where the h2 server is running.
* Open the directory where this README.md is located.
Expand Down

0 comments on commit e3efe70

Please sign in to comment.