Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 552ea95

Browse files
Merge pull request #9 from adiletkdev/develop
upd: readme.md
2 parents 34fa3ea + 6818bb6 commit 552ea95

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

‎README.md‎

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
springboot-blog-rest-api
2+
===================
3+
4+
Spring Boot Blog Application REST API's
5+
6+
## Required Software
7+
8+
* _Java 17_
9+
* _Spring Boot 3.1.1_
10+
11+
## Usage
12+
13+
Create database `myblog`
14+
15+
Create user with `admin role` in mysql
16+
`Roles are automatically created`
17+
18+
```bash
19+
# MySQL Config
20+
spring.datasource.url=jdbc:mysql://localhost:3306/myblog
21+
spring.datasource.username=bestuser
22+
spring.datasource.password=bestuser
23+
24+
#secret javaproject
25+
app.jwt-secret=ce02356f9917223373f26bb97ef5c3e4fafef9cde898bf9cf960e7d08e74ffef
26+
app-jwt-expiration-milliseconds=604800000
27+
28+
spring.profiles.active=dev
29+
30+
31+
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /