- http://prodageo.insa-rouen.fr/wiki/pmwiki.php?n=FilRouge.AppliExemplaireResa : domaine d'application à cette appli
- https://github.com/umlp/squelette2019 : synthèse techno IHM (SpringBoot + Thymeleaf) + persistance (JDBC)
- https://github.com/prodageo/jdbc4uemf : mise en oeuvre persistance (JDBC) only
- exploiter fragments Thymeleaf pour ajouter menus
- mock ResultSet (https://github.com/mcrisc/mock-resultset)
- https://www.javacodegeeks.com/2018/09/java-mocking-resultset-using-mockito.html
- https://www.baeldung.com/java-convert-reader-to-string : StringReader("cvs like text") en place de InputStreamReader
- intégrer fct de prodageo/jdbc4uemf (cf pom.xml)
- encoding dans fichier application.properties
- afficher une image
- afficher un plan GoogleMap
- renommer les classes utilisées par ThymeLeaf afin qu'elle aient une sémantique : abstraction de l'IHM
- Person => PersonLine / Name => NameCell, ...
https://hellokoding.com/spring-boot-hello-world-example-with-thymeleaf/
- JDK 1.7 or later
- Maven 3 or later
- Spring Boot
- Java
mvn spring-boot:run