Просмотр исходного кода

improved starting instructions

explicitly mentioning the local URL
TMTron 8 лет назад
Родитель
Сommit
49b30282d0
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      README.md

+ 2
- 1
README.md Просмотреть файл

@@ -3,7 +3,8 @@ This is the new home of the original DDD Sample app hosted at SourceForge.
3 3
 
4 4
 Our intention is to move everything from SourceForge to GitHub in due time while starting upgrading both the technical aspects as well as the DDD aspects of the DDD Sample.
5 5
 
6
-The application uses Spring Boot. To start it go to the root directory and type `mvn spring-boot:run` or run the `main` method of the `Application` class from your IDE.
6
+The application uses Spring Boot. To start it go to the root directory and type `mvn spring-boot:run` or run the `main` method of the `Application` class from your IDE.  
7
+Then open http://localhost:8080/dddsample in your browser (and make sure, that no firewall is blocking the communication).
7 8
 
8 9
 Discussion group: https://groups.google.com/forum/#!forum/dddsample
9 10