Skip to content

Commit 982165b

Browse files
committed
Readme
1 parent 4f923fd commit 982165b

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Empty Spring Boot Java Application
2+
3+
## Requirements
4+
5+
- JDK 14.1
6+
- Java IDE
7+
8+
## Development
9+
10+
Start Server
11+
http://localhost:8080
12+
13+
```
14+
./gradlew bootStart
15+
```
16+
17+
Run Tests
18+
19+
```
20+
./gradlew test
21+
```
22+
23+
## Docs
24+
25+
- [Spring RESTful Web Services](https://spring.io/guides/gs/rest-service/)
26+
- [Testing Spring Web Layer](https://spring.io/guides/gs/testing-web/)

0 commit comments

Comments
 (0)