File tree 6 files changed +5
-7
lines changed
6 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ If you are programmer/sysadmin or you just feeling that you are able to run loca
27
27
* install Maven
28
28
* clone this project
29
29
* from the console inside the directory with source code, execute command ` mvn spring-boot:run `
30
- * open up ` http://127.0.0.1:8081 ` in the browser
30
+ * open up ` http://127.0.0.1:8080 ` in the browser
31
31
* browse the site or log in as one of the pre-created users: ` admin ` / ` test ` or ` coder ` / ` test `
32
32
* press ` Ctrl-C ` to stop the server
33
33
Original file line number Diff line number Diff line change 49
49
<fest .assert.version>2.0M8</fest .assert.version>
50
50
51
51
<jetty .host>127.0.0.1</jetty .host>
52
- <jetty .port>8081 </jetty .port>
52
+ <jetty .port>8080 </jetty .port>
53
53
54
54
<compiler .plugin.version>3.2</compiler .plugin.version>
55
55
<resources .plugin.version>2.7</resources .plugin.version>
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public final class Url {
33
33
public static final String PUBLIC_URL = "http://my-stamps.ru" ;
34
34
35
35
// defined at pom.xml (and used by functional tests only)
36
- public static final String SITE = "http://127.0.0.1:8081 " ;
36
+ public static final String SITE = "http://127.0.0.1:8080 " ;
37
37
38
38
public static final String INDEX_PAGE = "/" ;
39
39
public static final String ROBOTS_TXT = "/robots.txt" ;
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