GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
mark.george
/
jetty
Browse code
Add db startup script.
master
1 parent
0507ff7
commit
02f66ef4eb2fa48e9e040d14008d3fab9ddc031f
Mark George
authored
on 2 Jul 2021
Patch
Showing
1 changed file
db/h2.sh
Ignore Space
Show notes
View
db/h2.sh
0 → 100755
#!/bin/sh java -cp "/path/to/h2.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console -ifExists -web -tcp -browser -user sa -url "jdbc:h2:./users"
Show line notes below