Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 944
dgaviola Avatar asked Mar 27 '12 03:03

dgaviola


1 Answers

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

like image 166
Leonard Punt Avatar answered Oct 23 '22 16:10

Leonard Punt