Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Smejkal
Pa165 Secret Archive
Commits
5fd03deb
Commit
5fd03deb
authored
May 18, 2022
by
Juraj Fiala
Browse files
fix: Remove HTTPS in local deployment of the h2 console
parent
4333e62a
Pipeline
#140794
waiting for manual action with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5fd03deb
...
...
@@ -36,7 +36,7 @@ In `backend` directory
Build:
`mvn clean install`
Run
`mvn spring-boot:run -pl secret-archive-app`
There is h2 console is available at http
s
://localhost:8080/pa165/h2-console, User Name: admin, Password: admin, JDBC URL:
`jdbc:h2:mem:testdb`
There is h2 console is available at http://localhost:8080/pa165/h2-console, User Name: admin, Password: admin, JDBC URL:
`jdbc:h2:mem:testdb`
## Mockups
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment