- IntelliJ IDEA: IntelliJ IDEA link - Choose your OS (Mac users careful with what version you download there's Intel and Apple Silicon one)! - use your fiu email for getting intellij.
- Java 17: Adoptium Java link
- Node.js: Node.js link - CURRENTLY NOT NEEDED
- PostgreSQL: PostgreSQL link - CURRENTLY NOT NEEDED
- For more details on our workflow, check out our Workflow Documentation
After installing all the required software, do the following:
-
run this command
gradlew bootRun
-
open chrome and paste one of the following links
- http://localhost:8080/ - returns a welcome page.
-
if you encounter any issue please contact me.
For further reference, please consider the following sections:
- Official Gradle documentation
- Spring Boot Gradle Plugin Reference Guide
- Create an OCI image
- Spring Web
- Spring Data JPA
- Spring Security
- Spring Boot DevTools
- Validation
The following guides illustrate how to use some features concretely:
- Building a RESTful Web Service
- Serving Web Content with Spring MVC
- Building REST services with Spring
- Accessing Data with JPA
- Securing a Web Application
- Spring Boot and OAuth2
- Authenticating a User with LDAP
- Validation
These additional references should also help you: