Skip to content

Commit e9d92d2

Browse files
author
alina tarasova
committed
Merge remote-tracking branch 'upstream/main' into transactional
2 parents e836aa9 + 5e0c4eb commit e9d92d2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ Demo: https://java-spring-blog.hexlet.app/
2020
## Development
2121

2222
```bash
23-
# https://localhost
23+
make setup
24+
2425
make dev
26+
# https://localhost
27+
# username: [email protected]
28+
# password: qwerty
2529

2630
make test
2731
```

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Vite + React + TS</title>
6+
<title>Java Spring Blog</title>
77
</head>
88
<body>
99
<div id="root"></div>

src/main/resources/application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ rsa:
3030

3131
server:
3232
address: 0.0.0.0
33+
port: ${PORT:8080}

0 commit comments

Comments
 (0)