Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faranak-cs/spring-fundamentals

Simple apps using Spring Boot
https://github.com/faranak-cs/spring-fundamentals

java maven spring-boot

Last synced: 1 day ago
JSON representation

Simple apps using Spring Boot

Awesome Lists containing this project

README

        

# Java with Maven & Spring Boot
I am learning Java with Maven and Spring Boot
## Setup
1. Install SDKMAN and JDK
2. Use the following command to see the list of Java versions
```
sdk list java
```
3. Use the following command to select the Java version for the project:
```
sdk use java version-here
```
4. Use the following command to compile the code:
```
mvn clean compile
```
5. Use the following command to install the project:
```
mvn clean install
```
## Component Diagram
![component-diagram](https://github.com/faranak-cs/spring-fundamentals/assets/73027299/e6cb872c-f215-4b8b-ad1a-7242478d9c97)

## Version
| Library | Version |
| ----------- | ----------- |
| IntelliJ IDEA CE | 2024.1.4 |
| Java | 17.0.11-tem |
| Maven | 3.9.8 |
| Spring Boot | 3.3.1 |
| Spring Framework | 6.1.10 |