File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4949git
[email protected] :sergeycherkasovv/java-project-99.git
5050cd java-project-99
5151````
52- 2. Запустить приложения :
52+ 2. Запустить локально :
5353` ` ` bash
5454make start-prod
5555` ` `
56- 3. Открытие приложение :
56+ 3. Открыть в браузере :
5757` ` ` bash
5858http://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
You can’t perform that action at this time.
0 commit comments