Outils pour utilisateurs

Outils du site


informatique:java:frameworks:spring_framework

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:java:frameworks:spring_framework [06/01/2016 11:39] – [Spring Framework] spring-framework-reference cyrilleinformatique:java:frameworks:spring_framework [01/03/2019 19:34] (Version actuelle) – [Solution spring-loaded] cyrille
Ligne 5: Ligne 5:
 Doc Doc
   * [[http://docs.spring.io/spring-boot/docs/1.3.2.BUILD-SNAPSHOT/reference/htmlsingle/|Spring-Boot 1.3.2]]   * [[http://docs.spring.io/spring-boot/docs/1.3.2.BUILD-SNAPSHOT/reference/htmlsingle/|Spring-Boot 1.3.2]]
-  * Spring Framework: +  * [[http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/|spring-framework-reference]] 
-    * [[http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/|spring-framework-reference]]+  * Spring Data:
     * [[http://docs.spring.io/spring-data/data-jpa/docs/current/reference/html/|data-jpa]]     * [[http://docs.spring.io/spring-data/data-jpa/docs/current/reference/html/|data-jpa]]
 +    * Sprint Data REST (@RepositoryRestResource, @Projection, ...)
 +      * [[http://docs.spring.io/spring-data/rest/docs/current/reference/html/|spring-data-rest Reference]]
 +        * [[http://docs.spring.io/spring-data/rest/docs/current/reference/html/#getting-started.basic-settings|Basic settings for Spring Data REST]]: basePath, defaultPageSize, sortParamName ...
 +      * [[http://projects.spring.io/spring-data-rest/|spring-data-rest Getting started]]
 +      * [[http://blog.shinetech.com/2015/04/15/spring-data-rest-and-projections/|Spring Data REST and Projections]]
  
 Hébergement sur le web; Hébergement sur le web;
Ligne 21: Ligne 26:
 ==== Hot swapping ==== ==== Hot swapping ====
  
 +
 +
 +[[https://spring.io/blog/2015/06/17/devtools-in-spring-boot-1-3|DevTools in Spring Boot]]
  
 === Solution spring-boot-devtools === === Solution spring-boot-devtools ===
Ligne 58: Ligne 66:
 Spring, dans src/main/resources/application.properties : Spring, dans src/main/resources/application.properties :
   spring.thymeleaf.cache: false   spring.thymeleaf.cache: false
 +
 +==== Source and Javadoc ====
 +
 +Avec le plugin eclipse de maven:
 +<code>
 +mvn eclipse:eclipse -DdownloadSources=true  -DdownloadJavadocs=true
 +</code>
  
informatique/java/frameworks/spring_framework.1452076759.txt.gz · Dernière modification : 06/01/2016 11:39 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki