Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/faranak-cs/spring-fundamentals
- Owner: faranak-cs
- Created: 2024-06-28T11:45:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T11:42:58.000Z (about 2 months ago)
- Last Synced: 2024-09-09T13:56:27.096Z (about 2 months ago)
- Topics: java, maven, spring-boot
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |