File tree 3 files changed +2
-4
lines changed
java/ru/mystamps/web/support
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public class H2Config {
32
32
33
33
/* Web console for managing H2 database.
34
34
*
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,
36
36
* "jdbc:h2:mem:mystamps" as the URL, "sa" as the username and a blank password.
37
37
*/
38
38
@ Bean
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public FeatureManager getFeatureManager() {
50
50
51
51
/* Web console for managing Togglz.
52
52
*
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.
54
54
*
55
55
* @see http://www.togglz.org/documentation/admin-console.html
56
56
*/
Original file line number Diff line number Diff line change 1
- server.port : 8081
2
-
3
1
spring.profiles.active : test
4
2
5
3
spring.main.show-banner : false
You can’t perform that action at this time.
0 commit comments