|
31 | 31 | Personal website / portfolio [https://www.ironoc.net/](https://www.ironoc.net/) |
32 | 32 |
|
33 | 33 | ## Tech Stack |
34 | | -Java 21 (LTS), Spring Boot 3.4, ReactJs 18, Maven 3.8 or later, HTML5+CSS, |
| 34 | +Java 25 (LTS), Spring Boot 3.4, ReactJs 18, Maven 4, HTML5+CSS, |
35 | 35 | Docker / Bash, AWS, minikube, & kubectl. |
36 | 36 | ##### Note: `iRonoc` is an active user of the `GitHub API` & `conorheffron` is a proud participant in the GitHub Developer Program. |
37 | 37 | - The `iRonoc` PM tool is designed to streamline project management by automating project navigation & issue tracking. |
@@ -65,10 +65,10 @@ docker run -d --restart=always -p 8080:8080 conorheffron/ironoc |
65 | 65 | ## Add localhost proxy to frontend config (do not commit - only for local runs). |
66 | 66 |  |
67 | 67 |
|
68 | | -## Run after project checkout (JDK 21 & Maven 3.8 or later required) |
| 68 | +## Run after project checkout (JDK 25 & Maven 4 required) |
69 | 69 | ### Build frontend & server side, along with Java Code Coverage report. |
70 | 70 | ```shell |
71 | | -mvn clean package -U |
| 71 | +./mvnw clean package -U |
72 | 72 | ``` |
73 | 73 |
|
74 | 74 | #### View Java Code Coverage reports in Browser or Preview tab in IDE. |
@@ -110,7 +110,7 @@ npm run test:coverage |
110 | 110 |
|
111 | 111 | ### Run app |
112 | 112 | ```shell |
113 | | -mvn -DAWS_ACCESS_KEY_ID="<val1>" \ |
| 113 | +./mvnw -DAWS_ACCESS_KEY_ID="<val1>" \ |
114 | 114 | -DAWS_REGION=<val2> \ |
115 | 115 | -DAWS_SECRET_ACCESS_KEY="<val3>" \ |
116 | 116 | -DAWS_SESSION_TOKEN="<val4>" \ |
|
0 commit comments