Skip to content

Commit d0354ca

Browse files
committed
Switch to using port 8080 (instead of 8081).
Fix GH #85 (cherry picked from commit e040c73) Conflicts: README.md src/main/config/test-override-web.xml
1 parent 8d37d2e commit d0354ca

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/main/java/ru/mystamps/web/support/h2/H2Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class H2Config {
3232

3333
/* Web console for managing H2 database.
3434
*
35-
* Access it via http://127.0.0.1:8081/console and use "org.h2.Driver" as the driver,
35+
* Access it via http://127.0.0.1:8080/console and use "org.h2.Driver" as the driver,
3636
* "jdbc:h2:mem:mystamps" as the URL, "sa" as the username and a blank password.
3737
*/
3838
@Bean

src/main/java/ru/mystamps/web/support/togglz/TogglzConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public FeatureManager getFeatureManager() {
5050

5151
/* Web console for managing Togglz.
5252
*
53-
* Access it via http://127.0.0.1:8081/togglz after authentication as "admin" user.
53+
* Access it via http://127.0.0.1:8080/togglz after authentication as "admin" user.
5454
*
5555
* @see http://www.togglz.org/documentation/admin-console.html
5656
*/

src/main/resources/application.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
server.port: 8081
2-
31
spring.profiles.active: test
42

53
spring.main.show-banner: false

0 commit comments

Comments
 (0)