Skip to content

Commit 242403c

Browse files
committed
table alignment
1 parent aad604b commit 242403c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

11-appendix/course-links.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Here is a list of links that I mentioned in the course. I also added extra links
2525
### Section 2: Spring Core
2626

2727
| Name | Web Link |
28-
| ------------- |-------------|
28+
|:------------- |:-------------|
2929
| Spring Framework Reference Manual | https://docs.spring.io/spring-framework/reference/index.html |
3030
| Spring Boot Reference Manual | https://docs.spring.io/spring-boot/docs/current/reference/html/index.html |
3131

3232

3333
### Section 3: Hibernate/JPA CRUD
3434

3535
| Name | Web Link |
36-
| ------------- |-------------|
36+
|:------------- |:-------------|
3737
| Hibernate Object/Relational Mapping (ORM) | https://hibernate.org/orm/ |
3838
| Jakarta Persistence API (JPA) | https://jakarta.ee/specifications/persistence/ |
3939
| 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
4444
### Section 4: REST CRUD APIs
4545

4646
| Name | Web Link |
47-
| ------------- |-------------|
47+
|:------------- |:-------------|
4848
| Jackson JSON Databinding | https://github.com/FasterXML/jackson-databind |
4949
| Spring Data JPA Reference Manual | https://docs.spring.io/spring-data/jpa/reference/ |
5050
| 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
5353
### Section 5: REST API Security
5454

5555
| Name | Web Link |
56-
| ------------- |-------------|
56+
|:------------- |:-------------|
5757
| Spring Security Reference Manual | https://docs.spring.io/spring-security/reference/index.html |
5858
| Why Use Bcrypt? | https://danboterhoven.medium.com/why-you-should-use-bcrypt-to-hash-passwords-af330100b861 |
5959
| 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
6464
### Section 6: Spring MVC
6565

6666
| Name | Web Link |
67-
| ------------- |-------------|
67+
|:------------- |:-------------|
6868
| Spring MVC Reference Manual | https://docs.spring.io/spring-framework/reference/web/webmvc.html |
6969
| Thymeleaf | https://www.thymeleaf.org/ |
7070
| 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
7575
### Section 7: Spring MVC CRUD
7676

7777
| Name | Web Link |
78-
| ------------- |-------------|
78+
|:------------- |:-------------|
7979
| Spring MVC Reference Manual | https://docs.spring.io/spring-framework/reference/web/webmvc.html |
8080
| Thymeleaf | https://www.thymeleaf.org/ |
8181

8282
### Section 8: Spring MVC Security
8383

8484
| Name | Web Link |
85-
| ------------- |-------------|
85+
|:------------- |:-------------|
8686
| Spring Security Reference Manual | https://docs.spring.io/spring-security/reference/index.html |
8787

8888

8989

9090
### Section 9: JPA/Hibernate Advanced Mappings
9191

9292
| Name | Web Link |
93-
| ------------- |-------------|
93+
|:------------- |:-------------|
9494
| Hibernate Object/Relational Mapping (ORM) | https://hibernate.org/orm/ |
9595
| Jakarta Persistence API (JPA) | https://jakarta.ee/specifications/persistence/ |
9696

9797

9898
### Section 10: AOP: Aspect-Oriented Programming
9999

100100
| Name | Web Link |
101-
| ------------- |-------------|
101+
|:------------- |:-------------|
102102
| Spring AOP Reference Manual | https://docs.spring.io/spring-framework/reference/core/aop.html |
103103
| AspectJ | https://eclipse.dev/aspectj/ |

0 commit comments

Comments
 (0)