You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.4 KiB

  1. # Getting Started
  2. ### Reference Documentation
  3. For further reference, please consider the following sections:
  4. * [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
  5. * [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.5.3/maven-plugin/reference/html/)
  6. * [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.5.3/maven-plugin/reference/html/#build-image)
  7. * [Spring Web](https://docs.spring.io/spring-boot/docs/2.5.3/reference/htmlsingle/#boot-features-developing-web-applications)
  8. * [Spring Data JPA](https://docs.spring.io/spring-boot/docs/2.5.3/reference/htmlsingle/#boot-features-jpa-and-spring-data)
  9. * [Spring Security](https://docs.spring.io/spring-boot/docs/2.5.3/reference/htmlsingle/#boot-features-security)
  10. ### Guides
  11. The following guides illustrate how to use some features concretely:
  12. * [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
  13. * [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
  14. * [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)
  15. * [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/)
  16. * [Securing a Web Application](https://spring.io/guides/gs/securing-web/)
  17. * [Spring Boot and OAuth2](https://spring.io/guides/tutorials/spring-boot-oauth2/)
  18. * [Authenticating a User with LDAP](https://spring.io/guides/gs/authenticating-ldap/)