There was an error while loading. Please reload this page.
1 parent 4f923fd commit 982165bCopy full SHA for 982165b
1 file changed
README.md
@@ -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