Add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- spring
|
| 5 |
+
- spring-security
|
| 6 |
+
- java
|
| 7 |
+
- offline
|
| 8 |
+
- air-gapped
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Spring
|
| 12 |
+
|
| 13 |
+
Offline / air-gapped bundle: **Spring Framework + Spring Security** for isolated networks. Unzip `Spring.zip`, then run `spring-bundle/build-offline.sh` (Linux) or `build-offline.bat` (Windows) - no internet needed.
|
| 14 |
+
|
| 15 |
+
Includes bundled JDK 17 (Linux + Windows), Apache Maven 3.9.9, a fully populated offline Maven repository, and two runnable hello-world projects:
|
| 16 |
+
- Spring Framework 5.3.39 + Spring Security 5.8.15
|
| 17 |
+
- Spring Framework 6.1.14 + Spring Security 6.1.9
|
| 18 |
+
|
| 19 |
+
See `spring-bundle/README.md` in the zip for details. Apache-2.0 / GPLv2+CE (redistributable).
|