Skip to content

Commit 37973fd

Browse files
committed
Add Spring-Boot-9-Thymleaf 🍻
1 parent 7eaa43a commit 37973fd

File tree

9 files changed

+488
-11
lines changed

9 files changed

+488
-11
lines changed

README.MD

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Mỗi module đều có hướng dẫn chi tiết đi kèm.
2727
- [spring-boot-4-@Component-@Service-@Repository](https://github.com/loda-kun/spring-boot-learning/tree/master/spring-boot-4-%40Component-%40Service-%40Repository): 「Spring Boot #4@Component vs @Service vs @Repository
2828
- [spring-boot-5-Component-Scan](https://github.com/loda-kun/spring-boot-learning/tree/master/spring-boot-5-Component-Scan): 「Spring Boot #5」Component Scan là gì?
2929
- [spring-boot-6-@configuration-@Bean](https://github.com/loda-kun/spring-boot-learning/tree/master/spring-boot-6-%40configuration-%40Bean): 「Spring Boot #6@Configuration và @Bean
30-
- [spring-boot-9-annotation-lazy-trong-spring-boot](https://loda.me/spring-boot-9-annotation-lazy-trong-spring-boot-loda1558283720495)
3130
- [jpa-hibernate-one-to-one](https://github.com/loda-kun/spring-boot-learning/tree/master/jpa-hibernate-one-to-one): Hướng dẫn sử dụng @OneToOne
3231
- [jpa-hibernate-one-to-many](https://github.com/loda-kun/spring-boot-learning/tree/master/jpa-hibernate-one-to-many): Hướng dẫn sử dụng @OneToMany@ManyToOne
3332
- [jpa-hibernate-many-to-many](https://github.com/loda-kun/spring-boot-learning/tree/master/jpa-hibernate-many-to-many): Hướng dẫn sử dụng @ManyToMany

spring-boot-9-thymeleaf/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
<artifactId>spring-boot-9-thymleaf</artifactId>
1313

14-
1514
<dependencies>
1615
<dependency>
1716
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)