readme.txt 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. ===============================================================================
  2. SPRING SECURITY - README FILE
  3. ===============================================================================
  4. -------------------------------------------------------------------------------
  5. OVERVIEW
  6. -------------------------------------------------------------------------------
  7. Spring Security provides security services for the Spring Framework
  8. (http://www.springframework.org). Spring Security 3.1 requires Spring 3.0.3 as
  9. a minimum and also requires Java 5.
  10. For a detailed list of features and access to the latest release, please visit
  11. http://www.springframework.org/projects/.
  12. Spring Security is released under an Apache 2.0 license. See the accompanying
  13. license.txt file.
  14. -------------------------------------------------------------------------------
  15. BUILDING
  16. -------------------------------------------------------------------------------
  17. Please read the "Building from Source" page at
  18. http://static.springframework.org/spring-security/site/.
  19. -------------------------------------------------------------------------------
  20. DOCUMENTATION
  21. -------------------------------------------------------------------------------
  22. Be sure to read the Reference Guide (docs/reference/html/springsecurity.html).
  23. Extensive JavaDoc for the Spring Security code is also available (in docs/apidocs).
  24. Both can also be found on the website.
  25. -------------------------------------------------------------------------------
  26. QUICK START
  27. -------------------------------------------------------------------------------
  28. We recommend you visit http://static.springframework.org/spring-security/site and
  29. read the "Getting Started" page.
  30. -------------------------------------------------------------------------------
  31. MAVEN REPOSITORY DOWNLOADS
  32. -------------------------------------------------------------------------------
  33. Release jars for the project are available from the central maven repository
  34. http://repo1.maven.org/maven2/org/springframework/security/
  35. Note that milestone releases and snapshots are not uploaded to the central
  36. repository, but can be obtained from the Spring milestone repository, using the
  37. maven repository http://maven.springframework.org/snapshot/. You can't browse this
  38. URL directly, but there is a separate browser interface. Check the downloads page
  39. for more information
  40. http://static.springsource.org/spring-security/site/downloads.html
  41. -------------------------------------------------------------------------------
  42. OBTAINING SUPPORT
  43. -------------------------------------------------------------------------------
  44. There are two types of support available, commercial and community. For
  45. commercial support, please contact SpringSource. SpringSource employ the
  46. people who wrote Spring Security, and lead the development of the project:
  47. http://www.springsource.com
  48. For peer help and assistance, please use the Spring Security forum
  49. located at the Spring Community's forum site:
  50. http://forum.springframework.org
  51. Links to the forums, and other useful resources are
  52. available from the web site.
  53. -------------------------------------------------------------------------------
  54. CONTRIBUTING
  55. -------------------------------------------------------------------------------
  56. Contributions are welcome. Please refer to the Contributor Guidelines for details
  57. https://github.com/SpringSource/spring-security/wiki/Contributor-Guidelines