Writing a REST Service with Spring Boot: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
=Prerequisites= | =Prerequisites= | ||
The following will | The following tools will need to be installed on the development system: | ||
* Java 11 or newer | * Java 11 or newer | ||
* gradle | |||
* IntelliJ IDEA |
Revision as of 23:05, 6 February 2022
External
- https://spring.io/guides/gs/rest-service/
- https://spring.io/guides/tutorials/rest/
- https://www.baeldung.com/spring-boot-testing
Internal
Overview
"asset-uploader" under playground/misc/b23Ts.
Prerequisites
The following tools will need to be installed on the development system:
- Java 11 or newer
- gradle
- IntelliJ IDEA