dgaviola
dgaviola

Reputation: 2469

URL for H2 DB console on Play! 2.0

This must be very simple, but I couldn't find it on the documentation.

In Play! 1.2 I was able to log into the DB console using the following URL:

http://localhost:9000/@db

It doesn't seem to work anymore on Play! 2.0 (I get an 'action not found' message). Do you know what's the URL for the DB console in Play! 2.0?

Thanks!

Upvotes: 10

Views: 5546

Answers (1)

Leonard Punt
Leonard Punt

Reputation: 1051

First run the 'h2-browser' command on the Play console. After that it is accesible on http://localhost:8082/

Upvotes: 14

Related Questions