source: HELP.md@ 2e507a8

Last change on this file since 2e507a8 was e6ff724, checked in by Vzdra <vladko.zdravkovski@…>, 3 years ago

initial commit

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