1
0
mirror of synced 2026-08-31 14:35:18 +00:00
Files

13 lines
846 B
Plaintext
Raw Permalink Normal View History

2019-09-30 06:58:37 -06:00
[[prerequisites]]
= Prerequisites
2024-06-29 10:08:31 +02:00
Spring Security requires a Java 17 or higher Runtime Environment.
2019-09-30 06:58:37 -06:00
As Spring Security aims to operate in a self-contained manner, you do not need to place any special configuration files in your Java Runtime Environment.
2024-11-26 09:09:09 +03:00
In particular, you do not need to configure a special Java Authentication and Authorization Service (JAAS) policy file or place Spring Security in common classpath locations.
2019-09-30 06:58:37 -06:00
2024-11-26 09:24:26 +03:00
Similarly, if you use an EJB Container or Servlet Container, you do not need to put any special configuration files anywhere nor include Spring Security in a server classloader.
2019-09-30 06:58:37 -06:00
All the required files are contained within your application.
This design offers maximum deployment time flexibility, as you can copy your target artifact (be it a JAR, WAR, or EAR) from one system to another and it immediately works.