File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Getting Started with Spring Boot and Kotlin
2
+
3
+
4
+ ### Projects
5
+
6
+ * [ Spring Boot Security - Authentication and Authorization in memory] ( SecurityInMemoryAuth/ )
7
+
8
+ ### Reference Documentation
9
+ For further reference, please consider the following sections:
10
+
11
+ * [ Official Gradle documentation] ( https://docs.gradle.org )
12
+ * [ Spring Boot Gradle Plugin Reference Guide] ( https://docs.spring.io/spring-boot/docs/2.4.2/gradle-plugin/reference/html/ )
13
+ * [ Create an OCI image] ( https://docs.spring.io/spring-boot/docs/2.4.2/gradle-plugin/reference/html/#build-image )
14
+ * [ Spring Web] ( https://docs.spring.io/spring-boot/docs/2.4.2/reference/htmlsingle/#boot-features-developing-web-applications )
15
+ * [ Spring Security] ( https://docs.spring.io/spring-boot/docs/2.4.2/reference/htmlsingle/#boot-features-security )
16
+ * [ Spring Data JPA] ( https://docs.spring.io/spring-boot/docs/2.4.2/reference/htmlsingle/#boot-features-jpa-and-spring-data )
17
+
18
+ ### Guides
19
+ The following guides illustrate how to use some features concretely:
20
+
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
+ * [ Securing a Web Application] ( https://spring.io/guides/gs/securing-web/ )
25
+ * [ Spring Boot and OAuth2] ( https://spring.io/guides/tutorials/spring-boot-oauth2/ )
26
+ * [ Authenticating a User with LDAP] ( https://spring.io/guides/gs/authenticating-ldap/ )
27
+ * [ Accessing Data with JPA] ( https://spring.io/guides/gs/accessing-data-jpa/ )
28
+ * [ Accessing data with MySQL] ( https://spring.io/guides/gs/accessing-data-mysql/ )
29
+
30
+ ### Additional Links
31
+ These additional references should also help you:
32
+
33
+ * [ Gradle Build Scans – insights for your project's build] ( https://scans.gradle.com#gradle )
34
+
You can’t perform that action at this time.
0 commit comments