Skip to content

Commit

Permalink
core concepts hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
unjust committed Nov 15, 2023
1 parent 39cd5c0 commit c1b5eeb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
7 changes: 4 additions & 3 deletions learning-objectives/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,11 @@ java:
- junit
- mockito
- spring-framework:
- core-concepts:
- beans
- inversion-of-control
- annotations
- initializr
- beans
- inversion-of-control
- annotations
- spring-boot
- servlets
- controllers
Expand Down
14 changes: 9 additions & 5 deletions learning-objectives/intl/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -665,17 +665,23 @@ java/spring-framework:

java/spring-framework/initializr:
title: Initializr
links:
- title: Spring Initializr
url: https://start.spring.io/

java/spring-framework/core-concepts:
title: Conceptos Core
links:
- title: Core Technologies
url: https://docs.spring.io/spring-framework/reference/core.html

java/spring-framework/beans:
java/spring-framework/core-concepts/beans:
title: Beans

java/spring-framework/inversion-of-control:
java/spring-framework/core-concepts/inversion-of-control:
title: Inversión de Control

java/spring-framework/annotations:
java/spring-framework/core-concepts/annotations:
title: Anotaciones

java/spring-framework/spring-boot:
Expand All @@ -700,7 +706,6 @@ java/spring-framework/spring-data-jpa:
- title: Spring Data JPA - Reference Documentation
url: https://docs.spring.io/spring-data/jpa/docs/current/reference/html/


java/spring-framework/entity:
title: Entidad

Expand Down Expand Up @@ -741,7 +746,6 @@ java/hibernate-orm:
- title: Hibernate ORM User Guide
url: https://docs.jboss.org/hibernate/orm/6.3/userguide/html_single/Hibernate_User_Guide.html


java/hibernate-orm/setup:
title: Configuración

Expand Down
12 changes: 9 additions & 3 deletions learning-objectives/intl/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -660,17 +660,23 @@ java/spring-framework:

java/spring-framework/initializr:
title: Initializr
links:
- title: Spring Initializr
url: https://start.spring.io/

java/spring-framework/core-concepts:
title: Conceitos Principais
links:
- title: Core Technologies
url: https://docs.spring.io/spring-framework/reference/core.html

java/spring-framework/beans:
java/spring-framework/core-concepts/beans:
title: Beans

java/spring-framework/inversion-of-control:
java/spring-framework/core-concepts/inversion-of-control:
title: Inversão de Controle

java/spring-framework/annotations:
java/spring-framework/core-concepts/annotations:
title: Anotações

java/spring-framework/spring-boot:
Expand Down

0 comments on commit c1b5eeb

Please sign in to comment.