Skip to content

Commit

Permalink
adding resources and urls
Browse files Browse the repository at this point in the history
  • Loading branch information
unjust committed Nov 14, 2023
1 parent 5fac707 commit 897a303
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
22 changes: 22 additions & 0 deletions learning-objectives/intl/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,9 @@ java/spring-framework:

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

java/spring-framework/beans:
title: Beans
Expand All @@ -677,6 +680,10 @@ java/spring-framework/annotations:

java/spring-framework/spring-boot:
title: Spring Boot
links:
- title: Spring Boot Reference Documentation
url: https://docs.spring.io/spring-boot/docs/current/reference/html/


java/spring-framework/servlets:
title: Servlets
Expand All @@ -689,6 +696,10 @@ java/spring-framework/services:

java/spring-framework/spring-data-jpa:
title: Spring Data JPA
links:
- 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 All @@ -698,6 +709,9 @@ java/spring-framework/repository:

java/spring-framework/spring-web:
title: Spring Web
links:
- title: Building a RESTful Web Service
url: https://spring.io/guides/gs/rest-service/

java/spring-framework/spring-web/rest-controller:
title: RestController
Expand All @@ -719,6 +733,14 @@ java/spring-framework/testing/hamcrest:

java/hibernate-orm:
title: Hibernate ORM
links:
- title: What is an ORM?
url: https://hibernate.org/orm/what-is-an-orm/
- title: Getting Started with Hibernate ORM
url: https://docs.jboss.org/hibernate/orm/6.3/quickstart/html_single/
- 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
27 changes: 26 additions & 1 deletion learning-objectives/intl/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,15 @@ java/testing/mockito:

java/spring-framework:
title: Spring Framework
links:
- title: Spring Framework Documentation
url: https://docs.spring.io/spring-framework/reference/

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

java/spring-framework/beans:
title: Beans
Expand All @@ -669,6 +675,9 @@ java/spring-framework/annotations:

java/spring-framework/spring-boot:
title: Spring Boot
links:
- title: Spring Boot Reference Documentation
url: https://docs.spring.io/spring-boot/docs/current/reference/html/

java/spring-framework/servlets:
title: Servlets
Expand All @@ -681,6 +690,9 @@ java/spring-framework/services:

java/spring-framework/spring-data-jpa:
title: Spring Data JPA
links:
- title: Spring Data JPA - Reference Documentation
url: https://docs.spring.io/spring-data/jpa/docs/current/reference/html/

java/spring-framework/entity:
title: Entidade
Expand All @@ -690,6 +702,9 @@ java/spring-framework/repository:

java/spring-framework/spring-web:
title: Spring Web
links:
- title: Building a RESTful Web Service
url: https://spring.io/guides/gs/rest-service/

java/spring-framework/spring-web/rest-controller:
title: RestController
Expand All @@ -711,9 +726,19 @@ java/spring-framework/testing/hamcrest:

java/hibernate-orm:
title: Hibernate ORM
links:
- title: What is an ORM?
url: https://hibernate.org/orm/what-is-an-orm/
- title: Getting Started with Hibernate ORM
url: https://docs.jboss.org/hibernate/orm/6.3/quickstart/html_single/
- 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: Configuração
title: Configuração do Entidades
links:
- title: Mapping The Entity - Hibernate User Guide
url: https://docs.jboss.org/hibernate/orm/6.3/userguide/html_single/Hibernate_User_Guide.html#entity-pojo-mapping

java/hibernate-orm/schema:
title: Esquema
Expand Down

0 comments on commit 897a303

Please sign in to comment.