0% found this document useful (0 votes)
7 views

Spring Startup

The document provides a list of resources for getting started with Spring, including links to Spring Boot, Spring MVC, Spring Data, Spring Security, and Spring REST WebServices. It also offers advanced topics such as handling multiple selections, template factorization, security integration, and creating test classes with Mockito or JUnit. Each section includes relevant links for further exploration and learning about Spring framework features.

Uploaded by

Khalil Hafiz
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Spring Startup

The document provides a list of resources for getting started with Spring, including links to Spring Boot, Spring MVC, Spring Data, Spring Security, and Spring REST WebServices. It also offers advanced topics such as handling multiple selections, template factorization, security integration, and creating test classes with Mockito or JUnit. Each section includes relevant links for further exploration and learning about Spring framework features.

Uploaded by

Khalil Hafiz
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

Ressources documentaires pour la prise en main de


Spring

Spring Boot : https://spring.io/projects/spring-boot

Spring MVC : https://spring.io/guides/gs/serving-web-content/

Spring DATA (JPA) : Support de cours sur JPA et https://spring.io/guides/gs/accessing-data-jpa/

Spring Security : https://spring.io/guides/gs/securing-web/

Spring REST WebServices : https://spring.io/guides/gs/rest-service/

2. Pour aller plus loin avec Spring


2.1. Resolution de la selection multiple

https://medium.com/@grokwich/spring-boot-thymeleaf-html-form-handling-762ef0d51327

https://github.com/jmiguelsamper/thymeleafexamples-selectmultiple

2.2. Factorisation du template avec un Head, leftcolonne,


footer ..)

https://medium.com/@omeryazir/layout-with-thymeleaf-on-spring-boot-b604a46e7265

https://www.thymeleaf.org/doc/articles/layouts.html

https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#difference-between-thinsert-
and-threplace-and-thinclude

2.3. Integration de sécurité(page login)

Piste Spring Security :

https://spring.io/guides/gs/securing-web/

2.4. Creation de classe de Test avec Srping pour la couche


Service

Piste Mockito ou Junit :


https://howtodoinjava.com/spring-boot2/spring-boot-mockito-junit-example/

https://howtodoinjava.com/spring-boot2/spring-boot-junit-resttemplate/

https://howtodoinjava.com/spring-boot2/spring-boot-mockmvc-example/

https://www.baeldung.com/spring-boot-testing

https://dzone.com/articles/unit-and-integration-tests-in-spring-boot-2

You might also like