Skip to content

Commit

Permalink
Merge pull request #47 from nehbehl/patch-35
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
SudKul authored Nov 19, 2024
2 parents 7050248 + 898dbaa commit df87c33
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,7 @@ Below is the mapping of folders in the current repository versus the classroom p


### Dependencies
1. IntelliJ IDEA as the preferred IDE.
2. Java 14 or higher - The current Java version in the `pom.xml` file is 14. However, you can upgrade to Java 15, as the soruce code does not uses any deprecated libraries/functions. If you have already downloaded the Java 15 in your system, follow the steps mentioned below:
* Update the Java version in the `pom.xml` file. It will automatically update the `maven-compiler-plugin`.
![alt text]( https://github.com/udacity/nd035-c1-spring-boot-basics-examples/blob/master/images/pom.png?raw=true)

* Update the Java version in IntelliJ IDEA → File → Project Structure...
![alt text]( https://github.com/udacity/nd035-c1-spring-boot-basics-examples/blob/master/images/Project_Structure.png?Pro=true)

* Update the Java version in the IntelliJ IDEA → Preferences...
![alt text]( https://github.com/udacity/nd035-c1-spring-boot-basics-examples/blob/master/images/Preferences.png?raw=true)
1. Visual Studio Code as the preferred IDE.
2. Java 21 - The current Java version in the `pom.xml` file is 21.
3. PostgresSQL DB.

0 comments on commit df87c33

Please sign in to comment.