Skip to content

Commit 4e71f9a

Browse files
changed README.md
1 parent f325613 commit 4e71f9a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
git [email protected]:sergeycherkasovv/java-project-99.git
5050
cd java-project-99
5151
````
52-
2. Запустить приложения:
52+
2. Запустить локально:
5353
```bash
5454
make start-prod
5555
```
56-
3. Открытие приложение:
56+
3. Открыть в браузере:
5757
```bash
5858
http://lovalhost:8080
5959
```
@@ -71,7 +71,7 @@ make help
7171
├── .github/ # CI (GitHub Actions)
7272
├── src/
7373
│ ├── main/
74-
│ │ ├── java/hexlet/code/
74+
│ │ ├── java/hexlet/code/
7575
│ │ │ ├── component/ # Наполнение БД и ключи
7676
│ │ │ ├── config/ # Конфигурации Spring Security
7777
│ │ │ ├── controller/ # REST контроллеры
@@ -88,7 +88,9 @@ make help
8888
│ │ └── resources/
8989
│ │ └── application.yml # Конфиги Spring
9090
│ └── test/
91-
│ └── java/hexlet/code/ # Тесты (unit, integration)
91+
│ └── java/hexlet/code/
92+
│ ├── controller/ # Интеграционные тесты
93+
│ └── util/ # Наполнение БД для тестов
9294
├── build.gradle.kts # Gradle сборка (Kotlin DSL)
9395
├── Makefile # Команды для сборки, запуска и тестов
9496
└── README.md

0 commit comments

Comments
 (0)