@@ -25,15 +25,15 @@ Here is a list of links that I mentioned in the course. I also added extra links
25
25
### Section 2: Spring Core
26
26
27
27
| Name | Web Link |
28
- | ------------- | -------------|
28
+ | : ------------- | : -------------|
29
29
| Spring Framework Reference Manual | https://docs.spring.io/spring-framework/reference/index.html |
30
30
| Spring Boot Reference Manual | https://docs.spring.io/spring-boot/docs/current/reference/html/index.html |
31
31
32
32
33
33
### Section 3: Hibernate/JPA CRUD
34
34
35
35
| Name | Web Link |
36
- | ------------- | -------------|
36
+ | : ------------- | : -------------|
37
37
| Hibernate Object/Relational Mapping (ORM) | https://hibernate.org/orm/ |
38
38
| Jakarta Persistence API (JPA) | https://jakarta.ee/specifications/persistence/ |
39
39
| JDBC | https://docs.oracle.com/javase/tutorial/jdbc/overview/index.html |
@@ -44,7 +44,7 @@ Here is a list of links that I mentioned in the course. I also added extra links
44
44
### Section 4: REST CRUD APIs
45
45
46
46
| Name | Web Link |
47
- | ------------- | -------------|
47
+ | : ------------- | : -------------|
48
48
| Jackson JSON Databinding | https://github.com/FasterXML/jackson-databind |
49
49
| Spring Data JPA Reference Manual | https://docs.spring.io/spring-data/jpa/reference/ |
50
50
| Spring Data REST Reference Manual | https://docs.spring.io/spring-data/rest/reference/ |
@@ -53,7 +53,7 @@ Here is a list of links that I mentioned in the course. I also added extra links
53
53
### Section 5: REST API Security
54
54
55
55
| Name | Web Link |
56
- | ------------- | -------------|
56
+ | : ------------- | : -------------|
57
57
| Spring Security Reference Manual | https://docs.spring.io/spring-security/reference/index.html |
58
58
| Why Use Bcrypt? | https://danboterhoven.medium.com/why-you-should-use-bcrypt-to-hash-passwords-af330100b861 |
59
59
| Bcrypt Algorithm Analysis | https://en.wikipedia.org/wiki/Bcrypt |
@@ -64,7 +64,7 @@ Here is a list of links that I mentioned in the course. I also added extra links
64
64
### Section 6: Spring MVC
65
65
66
66
| Name | Web Link |
67
- | ------------- | -------------|
67
+ | : ------------- | : -------------|
68
68
| Spring MVC Reference Manual | https://docs.spring.io/spring-framework/reference/web/webmvc.html |
69
69
| Thymeleaf | https://www.thymeleaf.org/ |
70
70
| Cascading Style Sheets (CSS) | https://developer.mozilla.org/en-US/docs/Learn/CSS |
@@ -75,29 +75,29 @@ Here is a list of links that I mentioned in the course. I also added extra links
75
75
### Section 7: Spring MVC CRUD
76
76
77
77
| Name | Web Link |
78
- | ------------- | -------------|
78
+ | : ------------- | : -------------|
79
79
| Spring MVC Reference Manual | https://docs.spring.io/spring-framework/reference/web/webmvc.html |
80
80
| Thymeleaf | https://www.thymeleaf.org/ |
81
81
82
82
### Section 8: Spring MVC Security
83
83
84
84
| Name | Web Link |
85
- | ------------- | -------------|
85
+ | : ------------- | : -------------|
86
86
| Spring Security Reference Manual | https://docs.spring.io/spring-security/reference/index.html |
87
87
88
88
89
89
90
90
### Section 9: JPA/Hibernate Advanced Mappings
91
91
92
92
| Name | Web Link |
93
- | ------------- | -------------|
93
+ | : ------------- | : -------------|
94
94
| Hibernate Object/Relational Mapping (ORM) | https://hibernate.org/orm/ |
95
95
| Jakarta Persistence API (JPA) | https://jakarta.ee/specifications/persistence/ |
96
96
97
97
98
98
### Section 10: AOP: Aspect-Oriented Programming
99
99
100
100
| Name | Web Link |
101
- | ------------- | -------------|
101
+ | : ------------- | : -------------|
102
102
| Spring AOP Reference Manual | https://docs.spring.io/spring-framework/reference/core/aop.html |
103
103
| AspectJ | https://eclipse.dev/aspectj/ |
0 commit comments